* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100vh;
    display: grid;
    place-items: center;

    font-family: Arial, sans-serif;
    background: #111;
    color: white;
}

main {
    text-align: center;
}