@import url('https://fonts.googleapis.com/css?family=Comfortaa');

// pomosh.pon
.center-xy {
  // width: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
}

.center-zy {
  // width: inherit;
  top: 10%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
}

.down-zy {
  // width: inherit;
  top: 85%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
}

.down-ey {
  // width: inherit;
  top: 95%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
}

.up-ey {
  // width: inherit;
  top: 40%;
  left: 20%;
  transform: translate(-50%,-50%);
  position: absolute;
}

.upup-ey {
  // width: inherit;
  top: 50%;
  left: 20%;
  transform: translate(-50%,-50%);
  position: absolute;
}

html, body {
  font-family: 'Comfortaa'  ;
  font-size: 16px;
}

html {
  box-sizing: border-box;
  user-select: none;
}

body {
  background-image: url("https://mir-s3-cdn-cf.behance.net/project_modules/fs/0c370c23647503.563266a8ba969.png");
}

*, *:before, *:after {
  box-sizing: inherit;
}

.container {
  width: 100%;
}

.copy-container {
  text-align: center;
}

p {
  color: #fff;
  font-size: 24px;
  letter-spacing: .2px;
  margin: 0;
}

#cb-replay {
  fill: #666;
  width: 20px;
  margin: 15px;
  right: 0;
  bottom: 0;
  position: absolute;
  overflow: inherit;
  cursor: pointer;

  &:hover {
    fill: #888;
  }
}