
body{
    background-image: url("../images/sombre.png");
    color: white;
    font-family: "Avara";
    font-size: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;

    text-align: center;
}

h1{
    color: white;
    font-family: "Avara";
    font-size: 5rem;
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 a{
    text-decoration: none;
    color: white;
}
h2 a{
    text-decoration: none;
    color: white;
}
h4 a{
    text-decoration: none;
    color: white;
}

#game-zone {
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

#music-btn {
    text-decoration: none;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
    opacity: 0.7;
    background: rgba(0,0,0,0.6);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}

h4{
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 100;
    /* opacity: 0.7;
    background: rgba(0,0,0,0.6);
    color: white;
    border: none;
    padding: 10px 15px; */
    cursor: pointer;
}
