html {
  height: 100vh;
}

body {
  margin: 0;
  min-height: 100%;
  display: grid;
  place-items: center;
  background-color: #131418;
  color: #e8e8e8;
  font-family: "Roboto", sans-serif;
}

main {
  display: grid;
  place-items: center;
}
