body{
  background-color: #222;
}

main{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; 
}

h1{
  color: #fff;
  font-size: calc(40px + 1vw);
}