html, body {
  margin: 0;
  height: 100%;
}
body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FBF9FF;
}
h1 {
  font-family: 'Lato', serif;
  font-weight: bolder;
  color: #121113;
}