@font-face {
  font-family: "Comic Relief";
  src: url("res/ComicRelief-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Comic Relief";
  src: url("res/ComicRelief-Bold.woff2");
  font-weight: 600;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html, body {
  background-color: #112;
  color: white;
  font-family: "Comic Relief", sans-serif;
  text-align: center;
}

header h1 {
  font-size: 3em;
  margin: 0.5em 0 0.25em;
}
header h2 {
  font-size: 1em;
  margin: 0.5em;
  font-weight: normal;
}
header {
  border-bottom: 2px solid white;
}

main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  height: 80%;
}

blockquote {
  font-size: 2em;
}
blockquote img {
  max-height: 50vh;
}

#buttonList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  height: 80%;
}
#buttonList button {
  fill: wheat;
  background-color: transparent;
  border: 0;
  width: fit-content;
  margin: 0 2em;
}

footer {
  margin-top: 1em;
  border-top: 2px solid white;
  height: 20%;
  padding: 1rem;
}

section p {
  padding: 0.5rem;
  font-size: 3em;
  width: 100%;
  margin: 0;
}

a {
  text-decoration: none;
  color: wheat;
}

.fulmination {
  position: absolute;
}

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