@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap");

html {
  height: 100%;
}

body {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: grey;
  font-family: "Roboto";
  font-size: 10px;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 5rem;
}
