html,body {
    height: 100%;
    font-size: 26px;
}
h1 {
    font-weight: bolder;
    font-variant: small-caps;
}
.contents {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}