body {
  background: #005472;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: #fff;
}

main {
  width: 100%;
  min-height: 99vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

main h1 {
  display: block;
  width: 100%;
  max-width: 340px;
  height: 250px;
  text-indent: -1000rem;
  margin: 0;
  background: url("/assets/logo.png") no-repeat center center;
  background-size: contain;
}

main p {
  font-size: 2rem;
}