
body.home {
    background:rgb(42, 165, 165);
    min-height: 100vh;
    margin: 0;
}
body.anger {
  background:#7aa8ff;
}

body.anxiety {
  background: #c0fd71;
}

body.fatigue {
  background: #f8f54e;
}

body.fear {
  background: #f7907e;
}

body.nostalgia {
  background: #81f0ff;
}

body.sadness {
  background: #c881f7;
}

body.stress {
  background: #fdd054;
}

.main-title {
    font-family:"Mountains of Christmas", serif;
  font-weight: 700;
  font-size: 200px;
  font-style: normal;
  text-align: center;
}

.page-title {
  display:flex;
  flex-direction: column;
  font-size: 130px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

#anger1 {
  font-family: "Barrio", system-ui;
  color: #0d007e;
  margin-bottom: -30px;
  margin-top: -20px;
}

#anxiety1 {
  font-family: "Kirang Haerang", system-ui;
  color:#00830b;
  margin-bottom: -30px;
  margin-top: -20px;
}

#fatigue1{
  font-family: "Love Ya Like A Sister", cursive;
  color: #8c8f00;
  margin-bottom: -30px;
  margin-top: -20px;
}

#fear1{
  font-family: "Freckle Face", system-ui;
  color: #740064fd;
  margin-bottom: -30px;
  margin-top: -20px;
}


#nostalgia1 {
  font-family: "Cinzel", serif;
  color: #014572;
  margin-bottom: -30px;
  margin-top: -20px;
}

#sadness1 {
  font-family: "Caveat Brush", cursive;
  color: #440072;
  margin-bottom: -30px;
  margin-top: -20px;
}

#stress1 {
  font-family: "Shizuru", system-ui;
  color:#583c00;
  margin-bottom: -30px;
  margin-top: -20px;
}

.hero {
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}


.hero-text {
  max-width: 90vw;
  text-align: center;
}

.hero-text h2 {
  font-size: 56px;
  font-family: "Sour Gummy", sans-serif;
  line-height: 1.2;
  font-optical-sizing:auto;
  margin-bottom: 10px;
}

.hero-text p {
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
}
.hero-buttons {
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}

.space {
  margin-top: 30px;
}

.btn {
  display: inline-block;
  font-family: "Sour Gummy", sans-serif;
  background-color: rgb(206, 255, 127);
  color: #3b2f2a;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 999px;
  cursor: pointer;
}

.subtitle {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-family:  "Poiret One", sans-serif;
  font-weight: 900;
  justify-content: left;
  letter-spacing: 3px;
  padding: 80px;
  
}

strong {
  align-content: left;
}

.box {
  background: #009155a2;
  border-left: 6px solid #0c0044;
  padding: 20px;
  max-width: 600px;
  margin: 40px auto;
  border-radius: 15px;
}



.box h2{
  font-family: "Sour Gummy", sans-serif;
  font-size: 30px;
}

.box ul {
  padding-left: 20px;
}

.box li {
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;;
}

.space2 {
  margin-top: 80px;
  text-align: left;
}

.activities-section h3 {
  font-family: "Sour Gummy", sans-serif;
  font-size: 30px;
}

.activities-section {
  text-align: center;
  margin: 60px auto;
  max-width: 900px;
}

.activities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.activity-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  font-family: "Poiret One", sans-serif;
}

.activity-card span {
  font-size: 40px;
}

.activity-card h6 {
  margin: 15px 0 10px;
  color: #00695c;
  font-size: 24px;
}

.activity-card p {
  font-size: 15px;
  color: #555;
  font-weight: 600;
}

.sticky-section {
  text-align: center;
  margin: 60px auto;
}

.sticky-container {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.sticky-note {
  width: 200px;
  height: 200px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rotate1 {
  transform: rotate(-4deg);
  background-color: #20ff51c5;
}

.rotate2 {
   transform: rotate(3deg);
   background-color: #2fe297ad;
}

.rotate3 {
  transform: rotate(-2deg);
  background-color: #e629bdbd;
}

.rotate4 {
  transform: rotate(5deg);
  background-color: #1969d1a9;
}

.rotate5 {
  transform: rotate(-3deg);
  background-color: #e22fd9ad;
}

.postit {
  font-family: "Sour Gummy", sans-serif;
  font-size: 20px;
}
.sticky:hover {
  transform: rotate(0deg) scale(1.08);
}

.postit-title {
  font-size: 45px;
  align-items: center;
  font-family: "Sour Gummy", sans-serif;
}

.fatigue-section {
  text-align: center;
  margin: 80px auto;
  font-family: "Sour Gummy", sans-serif;
}

.fatigue-section h1 {
  font-size: 40px;
  margin-bottom: 50px;
  font-family: "Sour Gummy", sans-serif;
}

.floating-cards {
  position: relative;
  max-width: 900px;
  margin: auto;
  height: 450px;
}

.card {
  position: absolute;
  width: 220px;
  padding: 20px;
  border-radius: 20px;
  background-color: #f3f1ff;
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.card h2 {
  margin-bottom: 10px;
  font-family:"Sour Gummy", sans-serif;
}

.c1 { 
  top: 40px; left: 100px; transform: rotate(-4deg); 
}
.c2 { 
  top: 70px; right: 100px; transform: rotate(3deg); 
}
.c3 { 
  bottom: 50px; left: 180px; transform: rotate(2deg);
 }
.c4 { 
  bottom: 80px; right: 240px; transform: rotate(-3deg); 
}

.one-title {
  font-family:"Sour Gummy", sans-serif;
  text-align: center;
  font-size: 40px;
}

.nostalgia-section {
  text-align: center;
  margin: 80px auto;
  font-family: "Sour Gummy", sans-serif;
}

.bubble-container {
  position: relative;
  max-width: 900px;
  height: 450px;
  margin: auto;
}


.bubble {
  position: absolute;
  display: flex;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px;
  font-size: 17px;
}

.b1 {
  top: 50px;
  left: 100px; 
  background: #e2ff77;
  }
.b2 {
  top: 50px;
  right: 120px; 
  background: #d894ff;
}
.b3 { 
  bottom: 30px;
  left: 350px; 
  background: #89c0ff;
}

.sadness-section {
  text-align: center;
  margin-top: 60px;
}

.sadness-bars {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.sad-bar {
  width: 420px;
  padding: 16px 30px;
  border-radius: 999px;
  font-size: 23px;
  text-align: left;
 font-family: "Poiret One", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.s1 {
  background-color: #ffffff;
}

.s2 {
  background-color: #d3d2ff;
}

.s3 {
  background-color: #b3b8ff;
}

.s4 {
  background-color: #a1a8ff;
}

.s5 {
  background-color: #7f88fd;
}

.s6 {
  background-color: #6771ff;
}

.s7 {
  background-color: #535eff;
}

.s8 {
  background-color: #3441fa;
}

.sadness-section2 {
  text-align: center;
  margin: 80px auto;
  font-family: "Sour Gummy", sans-serif;
}

.a1{
  top: 40px; left: 100px; transform: rotate(-4deg);
}
.a2 {
  top: 70px; right: 100px; transform: rotate(3deg); 
}
.a3 {
  bottom: 80px; left:300px; transform: rotate(2deg);
}

.fear-section {
  text-align: center;
  margin-top: 60px;
}

.fear-boxes {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.fear-box {
  width: 320px;
  padding: 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.fear-box h2 {
  margin-bottom: 15px;
}

.fear-box ul {
  padding-left: 18px;
}

.fear-box li {
  margin-bottom: 10px;
}

.stress-section {
  text-align: center;
  margin-top: 60px;
  font-family: "Sour Gummy", sans-serif;
}

.bubblee-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}


.bubblee {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.877);
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: float 6s ease-in-out infinite;
}

.bubblee h3 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}

.bubblee p {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease
}

.bubblee:hover p {
  opacity: 1;
}





