body {
  background-color: #14181D;
  color: #F2F2F2;
  padding: 4rem 1.5rem;
  font-family: sans-serif;
  line-height: 1.5;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

main > * {
  margin-bottom: 2rem;
}

h1 {
  margin: 0;
  font-weight: 800;
}

.tagline {
  color: #8A93A0;
  margin-top: 0;
  text-align: center;
}

.logo {
  width: 140px;
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}

a {
  color: #FFB627;
  text-decoration: underline;
  cursor: pointer;
}

details {
  width: 100%;
}

summary {
  color: #FFB627;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  list-style-position: inside;
}

details[open] > summary {
  margin-bottom: 1rem;
}

.imprint {
  color: #8A93A0;
  text-align: center;
}

.imprint h2 {
  color: #F2F2F2;
}
