body {
    background-color: rgb(163, 230, 207);
    display: flex;
    justify-content: center;   /* horizontal */
    align-items: center;       /* vertical */
    height: 100vh;             /* full screen height */
    margin: 0;                 /* remove default margin */
}

h1 {
    text-align: center;
}