
/*----------------------------*/
/*----------------------------*/
/*----------------------------*/

body{
    background-color: pink;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}

.container{
    text-align: center;
    position: relative;
    left: 110px;
}

.container_1{
    text-align: center;
    position: relative;
    margin-left: -60px;
}

.container div,button{
    background-color: whitesmoke;
    border: 2px;
    border-style: solid;
    border-radius: 5px;
    text-align: center;
}

a{
    text-decoration: none;
    background-color: black;
    color: aliceblue;
    border-style: solid;
    border-color: black;
    border-radius: 7px;
}

iframe{
    width: 600px;
    height: 450px;
    left: 25%;
    margin-right: 200px;
}


#lien p{
    font-size: 20px;
    font-weight: 400;

}


#pieces{
    position: relative;
    top: -150px;
    left: 225px;
}

#ici #pieces{
    position: relative;
    top: -150px;
    left: 165px;
}


#lien{
    position: relative;
    top: 180px;
    left: -120px;
    text-align: center;
}

#quit-button {
    position: fixed;
    top: 20px;
    left: 20px; 
    padding: 10px 20px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 5px; 
    cursor: pointer;
    font-size: 16px;
}
/*----------------------------*/
/*----------------------------*/
/*----------------------------*/