:root {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-size: 15px;
}

body {
  width: 100dvw;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #5a8ebd;
}
body section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: -20dvh 0 0 0;
}
body section h1 {
  margin: 0;
  font-size: 5rem;
  color: white;
}/*# sourceMappingURL=style.css.map */