header #bob{
    background-color: #f3a7b5;
    color: white;
    border-radius: 50px;
}

/* -------------------------------------CONTAINER 1--------------------------------- */

.container-1{
    display: flex;
    align-items: center;
    height: 100vh;

}

.container-1 img{
    width: 60%;
    margin-top: 100px;
    height: fit-content;
}

.container-2{
    width: 100%;
    overflow: hidden;
    align-self: center;
    padding-right: 100px;
}

input{
    width: 400px;
    margin: 10px;
    padding: 10px;

    background-color: transparent;
    border: 2px solid #f3a7b5;
    border-radius: 50px;

    font-size: 20px;
}

.bouton{
    width: 90%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.container-2 .vote{
    width: 100%;
    display: flex ;
    justify-content: center;
    align-items: center;
    margin: 30px 20px 0 0;
}

.container-2 .vote h2{
    text-align: center;
    color: yellow;
    background-color: #f3a7b5;

    padding: 30px;
    border-radius: 50px;

    font-size: 40px;
}
