html, body {
  height: 100%
}

body {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  font-family: "Fira Sans", sans-serif;
  color: rgb(35, 35, 35);
}

p {
  font-size: 1.1em;
  margin-top: 20px;
}

a {
  text-decoration: none;
}

.logo {
  width: 300px;
}

.redirects {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
