html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    font-family: serif;
    background: #333;
    color: #f2c345;
    line-height: 1.6rem;
    min-height: 100%;
}

.grid {
    display: grid;
    place-content: center;
    min-height: 100%;
    padding: 0 1rem;

    p {
        text-align: center;
        font-weight: 600;
    }
}