body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #2D3E4F;
}

.game {
    background-color: #54677a;
    min-width: 200px;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    max-width: 730px;
}
h2 {
    color: white;
    font-size: 18px;
    margin-bottom: 20px;
}

#timer {
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
}

.menu {
    margin-bottom: 20px;
}

.buttonMenu {
    background-color: gray;
    border: none;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    margin: 5px;
    cursor: pointer;
    border-radius: 4px;
}

.buttonMenu:hover {
    background-color: #54677a;
}

.buttonRestart {
    background-color: gray;
    border: none;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    margin: 15px auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.buttonRestart i {
    margin-right: 8px;
}

footer {
    background-color: #54677a;
    color: white;
    text-align: right;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
}

.textFooter {
    margin: 0;
    padding: 10px;
}

.boutonGame{
    height: 10px;
    width: 10px;
}