html{
  height: 100%;
  width: 100%;
}

div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body{
  background-color: rgb(235, 235, 235);
}
h2{
  text-align: center;
}