/*

body::after {
content: "Project in development";
  position: fixed;
  right: -38px;
  top: 39px;
  background: #eeec;
  padding: 6px 30px;
  color: #888;
  font-family: 'graphik_regular';
  font-size: 12px;
  border-radius: 3px 0 0 0;
  z-index: 1000;
  transform: rotate(45deg);
  transform-origin: center center;
}

*/