html, body {
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  max-width: 800px;
  margin: 0 auto;
}

#themeIcon.bi-moon-fill {
  color: black;
  opacity: 0.8;
}

#themeIcon.bi-sun-fill {
  color: white;
  opacity: 0.8;
}
