body {
  font-family: "Roboto", sans-serif;
  background-color: #f5f5f5;
  color: #091443;

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

h1 {
  font-size: 100px;
  margin-bottom: 10px;
}

h2 {
  font-weight: 300;
}
