.first {
  background-color: #c4d9a4;
}
.first .cherry {
  top: 3.4%;
  right: 10%;
}
.first .box {
  position: absolute;
  top: 6%;
  left: 35%;
}
.first .box .star {
  z-index: 7;
  top: 12%;
  left: 33.5%;
  opacity: 0;
  -webkit-animation: twinkle 3s linear infinite;
          animation: twinkle 3s linear infinite;
}
.first .box .star_2 {
  top: 44%;
  left: 31%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.first .box .star_3 {
  top: 58%;
  left: 41%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.first .box .star_4 {
  top: 74%;
  left: 20%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.first .box .tree {
  z-index: 3;
}
.first .box .people {
  position: absolute;
  top: 30%;
  right: 58.7%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.first .box .people .head {
  top: -51%;
  left: 4%;
  -webkit-animation: shake 3s linear infinite;
          animation: shake 3s linear infinite;
  transform-origin: center bottom;
}
.first .box .mouse {
  top: 26.2%;
  left: 58.2%;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.first .box .deer {
  top: 63.2%;
  right: 57.5%;
  z-index: 8;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.first .box .oldMan {
  position: absolute;
  top: 84.3%;
  left: 35%;
  z-index: 10;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.first .box .oldMan .leftHand {
  left: -19%;
  top: 22%;
  -webkit-animation: left 2s linear infinite;
          animation: left 2s linear infinite;
  transform-origin: right bottom;
}
.first .box .oldMan .rightHand {
  right: -17%;
  top: 24%;
  -webkit-animation: right 2s linear infinite;
          animation: right 2s linear infinite;
  transform-origin: left bottom;
}
@media screen and (max-width: 500px) {
  .first .box {
    left: 15%;
    top: 20%;
  }
}
.first .logo {
  top: 2.8%;
  left: 6.7%;
  z-index: 30;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50px;
}
.first .upwardBox {
  right: 3.6%;
  bottom: 2.5%;
}

@-webkit-keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes left {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: none;
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes left {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: none;
  }
  100% {
    transform: rotate(10deg);
  }
}
@-webkit-keyframes right {
  0% {
    transform: none;
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: none;
  }
}
@keyframes right {
  0% {
    transform: none;
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: none;
  }
}
@-webkit-keyframes shake {
  0% {
    transform: none;
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: none;
  }
}
@keyframes shake {
  0% {
    transform: none;
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: none;
  }
}
.snowflake {
  z-index: 20;
  position: absolute;
  display: block;
  position: absolute;
  border-radius: 50%;
  transform: translateZ(0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background-image: radial-gradient(center, circle farthest-corner, white 40%, rgba(255, 255, 255, 0) 100%);
}

#snow {
  position: absolute;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=first.css.map */