.background {
  display: none;
  height: 100vh;
  background-image: url('../images/IMG-09.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body {
  overflow: hidden;
}

.bgdesktop {
  height: 100vh;
}

.bgmobile {
  display: none;
}

.container_mood1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: flex;
  height: 100vh;
  padding-bottom: 24px;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../images/CUTE-YELLOW.png');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.refresh-button {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background-color: #000;
  cursor: pointer;
}

.button-text {
  margin-left: 8px;
  padding-bottom: 4px;
  font-family: Rightgrotesk, sans-serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.container_mood2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 98;
  display: flex;
  height: 100vh;
  padding-bottom: 24px;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../images/EXCITED-BLUE.png');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_mood3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 97;
  display: flex;
  height: 100vh;
  padding-bottom: 24px;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../images/ANXIOUS-RED.png');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_mood4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 96;
  display: flex;
  height: 100vh;
  padding-bottom: 24px;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../images/ANGRY-WHITE.png');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_mood5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 95;
  display: flex;
  height: 100vh;
  padding-bottom: 24px;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../images/EXCITED-BLACK.png');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_mood6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 94;
  display: flex;
  height: 100vh;
  padding-bottom: 24px;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../images/CUTE-PINK.png');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_mood7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 93;
  display: flex;
  height: 100vh;
  padding-bottom: 24px;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../images/ANXIOUS-WHITE.png');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_mood8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 92;
  display: flex;
  height: 100vh;
  padding-bottom: 24px;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../images/ANGRY-RED.png');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feelingimg {
  display: none;
}

.logo {
  display: none;
}

@media screen and (max-width: 767px) {
  .bgdesktop {
    display: none;
  }

  .bgmobile {
    display: block;
    height: 100vh;
  }

  .container_mood1 {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: url('../images/CUTE-YELLOW-MOB.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .container_mood2 {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: url('../images/EXCITED-BLUE-MOB.png'), url('../images/EXCITED-BLUE.png');
    background-position: 50% 50%, 50% 30%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .container_mood3 {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: url('../images/ANXIOUS-RED-MOB.png'), url('../images/ANXIOUS-RED.png');
    background-position: 50% 50%, 50% 30%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .container_mood4 {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: url('../images/ANXIOUS-WHITE-MOB.png'), url('../images/ANGRY-WHITE.png');
    background-position: 50% 50%, 50% 30%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .container_mood5 {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: url('../images/EXCITED-BLACK-MOB.png'), url('../images/EXCITED-BLACK.png');
    background-position: 50% 50%, 50% 30%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .container_mood6 {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: url('../images/CUTE-PINK-MOB.png'), url('../images/CUTE-PINK.png');
    background-position: 50% 50%, 50% 30%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .container_mood7 {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: url('../images/ANXIOUS-WHITE-MOB.png'), url('../images/ANXIOUS-WHITE.png');
    background-position: 50% 50%, 50% 30%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .container_mood8 {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: url('../images/ANXIOUS-RED-MOB.png'), url('../images/ANGRY-RED.png');
    background-position: 50% 50%, 50% 30%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .feelingimg {
    display: block;
    min-width: 70%;
  }

  .feelingimg._2 {
    min-width: 80%;
  }

  .feelingimg._3 {
    min-width: 80%;
  }

  .feelingimg._4 {
    min-width: 85%;
  }

  .logo {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .background {
    background-size: cover;
  }

  .container_mood1 {
    padding-top: 60px;
    padding-bottom: 100px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: url('../images/CUTE-YELLOW-MOB.png');
  }

  .container_mood2 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .container_mood3 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .container_mood4 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .container_mood5 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .container_mood6 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .container_mood7 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .container_mood8 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .feelingimg {
    max-width: 95%;
  }
}

@font-face {
  font-family: 'Rightgrotesk';
  src: url('../fonts/RightGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}