body {
  background: var(--BG-COLOR);
}

/* MAIN CONTENT */

main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#section {
  padding-top: 2rem;
  height: 100vh;
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#section h1 {
  font-family: var(--LOGO-FONT2);
  font-size: 2rem;
}

#section article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section article div {
  display: flex;
  gap: 1rem;
}

#section article div img {
  border: 2px solid var(--MAIN-COLOR2);
  border-radius: 20px;
}

#section article ul {
  line-height: 1.8;
  margin-top: 1rem;
  max-width: 85%;
}

#section article ul li {
  font-family: var(--MAIN-FONT);
  font-size: 1.2rem;
}

#section article ul li span {
  color: var(--MAIN-COLOR2);
}
