body {
    padding: 0;
    margin: 0;
    background-color: rgb(0, 0, 0);
    font-family: sketchy;
    width: 100%;
    height: 100vh;
}

.jouer{
    color: red;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: white;
    transition: 0.2s all;
    z-index: 9999;
}

a:hover{
    color: red;
}


/* Texte */

.texte {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 300px;
    z-index: 5;
    font-size: 1.8em;
}

li {
    list-style: none;
    color: white;
}

.titre {
    font-size: 60px;
}

.soustitre {
    font-size: 20px;
}

.partie1 {
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jouer{
    display: flex;
    font-size: 50px;
}

.jouer:hover {
    transform: scale(0.90);
    letter-spacing: 15px;
    transition: 0.2s all;
}

.carnet {
    position: absolute;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.5em;
    margin-top: -320px;
}

.carnetdebord{
    margin-bottom: 10px;
    margin-right: 10px;
}



/* Images */

.position_image1 {
    width: 100%;
    height: 100vh;
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: -1;
}

.position_image2 {
    display: flex;
    justify-content: flex-end;
    z-index: -1;
}


