body {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page {
    width: 1000px;
    height: 720px;
}
h1 {
    font-size: 50px;
  }

  