* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #191919;
  color: #E5E4DF;
  font-family: "Comfortaa", sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

main {
  text-align: center;
  padding: 2rem;
}

h1 {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  color: #E5E4DF;
}

h2 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #91918D;
  margin-bottom: 0.75rem;
}

section {
  margin-bottom: 2rem;
}

ul {
  list-style: none;
}

li {
  margin-bottom: 0.5rem;
}

a {
  color: #CC785C;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #D4A27F;
}

.redacted {
  position: relative;
  top: 0.2em;
}

sub {
  display: block;
  color: #666663;
  font-size: 0.75rem;
}
