main.main {
  color: #999 
  display: grid;
  place-items: center; /* Shorthand for align-items: center; justify-items: center; */
  height: 100vh;
  margin: 0;
}