body {
  background: #E6F9F1;
}

.text-container {
  background: white;
  width: 375px;
  margin: auto;
  padding: 15px;
  border: 2px solid #9EF6D8;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.section-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #4DD97A;
  
  }

.scroll-container {
  max-height: 120px;
  overflow-y: auto;
  padding: 5px 10px;
  background: rgba(230, 249, 241, 0.1);
  border-radius: 10px;
  border: 1px solid #9EF6D8;
  margin-bottom: 10px;
  text-align: center !important;
}

.scroll-container p {
  color: #2C504A;

}

.

*, a {
  color: var(--color);
  font-family: serif;
}

a {
  text-decoration: underline;
  text-decoration-style: wavy;
}

*, a {
 color: var(--color); 
    font-family: "kiddos";
}

:root[data-theme="light"] {
    --color: #2C504A;
    --background: white;
}
@font-face {
src: url(https://files.catbox.moe/vyd4m6.ttf);
font-family: out;
}

@font-face {
src: url(https://files.catbox.moe/goapkb.ttf);
}

@font-face {
src: url(https://files.catbox.moe/goapkb.ttf);
font-family: kiddos;