@font-face {
  font-family: "Schoensperger";
  src: url("/assets/schoensperger-87fb930e.otf") format("opentype");
}

html {
}

body {
  background-image: url("/assets/background-7c93276e.jpeg");
  background-size: cover;
  background-attachment: fixed;
  font-family: sans;
  font-size: 1.2rem;
}

header {
  h1 {
    .small {
      font-size: 2rem;
    }
    font-family: "Schoensperger";
    font-size: 5rem;
    color: white;
    text-align: center;
        text-shadow: 1px  1px #424242,
                -1px  1px #424242,
                 1px -1px #424242,
                -1px -1px #424242,
                 10px  10px 50px hotpink;
  }
}

h2 {
    font-family: "Schoensperger";
    font-size: 3rem;
    color: #424242;
    text-align: center;
    grid-column: 1/3;
    margin: .5rem 0 0 0;
}

main {
  max-width: 50rem;
  margin: 0 auto;
}

.content {
  background-color: rgb(255, 255, 255, 0.8);
  border-radius: 1rem;
  padding: .5rem 2rem;
  margin: 1rem 0;
  border: 5px solid #424242;
}

dt {
  font-weight: bold;
}
dd {
  margin: 0 0 .5rem 0;
  font-style: italic;
}

.flash {
  color: white;
  max-width: 50rem;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 2rem;
}
.flash-alert {
  background-color: red;
}
.flash-notice {
  background-color: green;
}
