body {
  background-color: rgb(27, 31, 35, 0.75);
  color: white;
  font-family: Roboto Slab, Roboto, Times New Roman, serif;
}

body.beta {
  background-color: #d15704;
}

h1 {
  font-size: 48px;
}

a {
  text-decoration: none;
  color: white;
  padding: 12px;
}

a.secondary {
  color: rgb(255, 255, 255, 0.6);
}

a:hover {
  text-decoration: underline;
}

.container {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1em auto;
}

.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.item > * {
  margin-bottom: 20px;
}

.logo {
  max-width: 100px;
}

.download {
  height: 1em;
}
