body,
html {
  margin: 0;
  padding: 0;
  background-color: #f7d81a;
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

main #logo {
  height: 50vh;
}

main .text-container {
  width: 100%;
  background-color: #00194f;
  color: #f7d81a;
  font-size: 1.4vh;
}
