h1,
h2 {
  font-family: "IBM Plex Serif", serif;
  color: #08264d;
}

h3,
h4 {
  font-family: "IBM Plex Sans", sans-serif;
  color: #08264d;
}

p {
  font-family: "IBM Plex Serif", serif;
  color: #08264d;
}

a {
  font-family: "IBM Plex Serif", serif;
  color: #08264d;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

li {
  font-family: "IBM Plex Serif", serif;
  color: #08264d;
}

body {
  background-image: url(/img/background.svg);
  min-height: 100vh;
}

#maincontent {
  background-color: rgba(255, 255, 255, 0.95);
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.header {
  display: flex;
  justify-content: space-between;
}

/*# sourceMappingURL=maincontent.css.map */
