body {
  background-image: url(../images/back.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.background {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: back 0.7s ease-in-out forwards;
  opacity: 0;
}
@keyframes back {
  to {
    opacity: 1;
  }
}
.estrellas {
  position: relative;
  width: 520px;
  height: 50%;
  margin: 0 auto;
  font-size: 70px;
}
.estrellas span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 110px;
  height: 300px;
  margin-left: -35px;
  line-height: 530px;
  /* height*2 - font-size */
  text-align: center;
  transform-origin: top center;
}
.estrellas span:nth-of-type(1) {
  transform: rotate(79deg);
}
.estrellas span:nth-of-type(2) {
  transform: rotate(69deg);
}
.estrellas span:nth-of-type(3) {
  transform: rotate(59deg);
}
.estrellas span:nth-of-type(4) {
  transform: rotate(49deg);
}
.estrellas span:nth-of-type(5) {
  transform: rotate(39deg);
}
.estrellas span:nth-of-type(6) {
  transform: rotate(29deg);
}
.estrellas span:nth-of-type(7) {
  transform: rotate(21deg);
}
.estrellas span:nth-of-type(8) {
  transform: rotate(13deg);
}
.estrellas span:nth-of-type(9) {
  transform: rotate(7deg);
}
.estrellas span:nth-of-type(10) {
  transform: rotate(0deg);
}
.estrellas span:nth-of-type(11) {
  transform: rotate(-6deg);
}
.estrellas span:nth-of-type(12) {
  transform: rotate(-16deg);
}
.estrellas span:nth-of-type(13) {
  transform: rotate(-26deg);
}
.estrellas span:nth-of-type(14) {
  transform: rotate(-36deg);
}
.estrellas span:nth-of-type(15) {
  transform: rotate(-34deg);
}
.estrellas span:nth-of-type(16) {
  transform: rotate(-49deg);
}
.estrellas span:nth-of-type(17) {
  transform: rotate(-59deg);
}
.estrellas span:nth-of-type(18) {
  transform: rotate(-69deg);
}
.estrellas span:nth-of-type(19) {
  transform: rotate(-79deg);
}
.estrellas span:nth-of-type(20) {
  transform: rotate(100deg);
}
.estrellas span:nth-of-type(21) {
  transform: rotate(110deg);
}
.estrellas span:nth-of-type(22) {
  transform: rotate(120deg);
}
.estrellas span:nth-of-type(23) {
  transform: rotate(130deg);
}
.estrellas span:nth-of-type(24) {
  transform: rotate(140deg);
}
.estrellas span:nth-of-type(25) {
  transform: rotate(150deg);
}
.estrellas span:nth-of-type(26) {
  transform: rotate(159deg);
}
.estrellas span:nth-of-type(27) {
  transform: rotate(167deg);
}
.estrellas span:nth-of-type(28) {
  transform: rotate(173deg);
}
.estrellas span:nth-of-type(29) {
  transform: rotate(180deg);
}
.estrellas span:nth-of-type(30) {
  transform: rotate(-174deg);
}
.estrellas span:nth-of-type(31) {
  transform: rotate(-165deg);
}
.estrellas span:nth-of-type(32) {
  transform: rotate(-154deg);
}
.estrellas span:nth-of-type(33) {
  transform: rotate(-144deg);
}
.estrellas span:nth-of-type(34) {
  transform: rotate(-146deg);
}
.estrellas span:nth-of-type(35) {
  transform: rotate(-129deg);
}
.estrellas span:nth-of-type(36) {
  transform: rotate(-119deg);
}
.estrellas span:nth-of-type(37) {
  transform: rotate(-110deg);
}
.estrellas span:nth-of-type(38) {
  transform: rotate(-100deg);
}
/* Reverse mode */
.inverso {
  font-weight: bold;
}
.inverso span {
  line-height: 70px;
  transform-origin: bottom center;
}
.play {
  width: 200px;
  height: 115px;
  position: absolute;
  top: 45%;
}
.play:hover {
  cursor: pointer;
}
.play:hover svg path {
  stroke: #660000;
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 2.5s 1s linear forwards;
}
@keyframes dash {
  from {
    fill: #ffffff;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
    fill: #393322;
    opacity: 1;
  }
}
.path2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash2 2s 2s linear forwards;
}
@keyframes dash2 {
  from {
    fill: #ffffff;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
    fill: #393322;
    opacity: 1;
  }
}
.path3 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash3 1.5s 2.5s linear forwards;
}
@keyframes dash3 {
  from {
    fill: #ffffff;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
    fill: #393322;
    opacity: 1;
  }
}
.path4 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash4 1s 3s linear forwards;
}
@keyframes dash4 {
  from {
    fill: #ffffff;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
    fill: #393322;
    opacity: 1;
  }
}
.nav_bar {
  display: flex;
  height: 180px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(57, 51, 34, 0), #393322);
}
.next_level {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10%;
  height: 144px;
}
.next_level-image {
  width: 80px;
  height: 80px;
  background-image: url(../images/next_level.png);
}
.next_level-image:hover {
  background-image: url(../images/next_level_red.png);
}
.next_level-text {
  color: #393322;
  font-size: 16px;
  font-weight: 600;
}
