:root {
    /* color: beige; */
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    /* background-color: #242424; */
}

header > h1 {
    text-align: center;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
}

main > table {
    font-size: 24px;
    border-spacing: 35px 4px;
}