:root {
  background-color: #1d1f27;
}
main {
  display: flex;
  flex-direction: column;
}
h1 {
  font-size: 6rem;
  font-family: "Roboto", sans-serif;
  color: #eeefe9;
  text-align: center;
  margin-bottom: .5rem;
}
p {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  color: #eeefe9;
  text-align: center;
  margin-top: .5rem;
}
