body
{
    margin: 0; padding: 0;
    max-height: 820px;
    font-family: sans-serif;
}

#page-wrapper
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#accueil-7-erreurs
{
    min-height: 820px;
}

.game-display
{
    max-height: 820px;
}

h1, h2, h3
{
    color: #16498A;
}

p > a
{
    text-decoration: none;
}

p > a:hover
{
    text-decoration: underline;
}

.label
{
    margin-bottom: 1rem;
}