body {
    background-color: #2b2b2b;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: aliceblue;
    font-family: sans-serif;
}



h1 {
    vertical-align: middle;
}