html {
  height: 100%;
  margin: 0;
}

body {
  height: 100%;
  margin: 0;

  display: flex;
  justify-content: center;
  align-items: center;
}

h1 {
  text-align:center;
  font-size: 7vw;
}