body{ 
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-image: url(background.jpg);
  background-size: cover;
  color: black;
  font-size: 96px;
  font-family: 'Carlito', monospace;
  letter-spacing: -7px;
}
main{
  margin: 5vw;
}
