body{
    background-color: white;
}
.header{
    text-align: center;
}
.image{
    width: 175px;
    height: auto;
}
@media (max-width: 700px){
    .image{
        width: 90px;
        height: auto;
    }
}
#identity{
    font-size: 12px;
}
@media (max-width: 700px){
    #identity{
        font-size: 5px;
    }
}
.content{
    background-color: white;
    margin: 3px 1%;
    padding: 20px;
} 

#firstbuttoncontent div{
    margin-bottom: 10px;
}
#bouton{
    text-align: center;
    padding: 10px 0;
}
.blue{
    background-color: blue;
}
.green{
    background-color: #33EF25;
}
.color_blue1{
    color: blue;
}
.coloryellow{
    color: yellow;
}
.b1{
    background-color: #DAEEF3;
}
.b2{
    background-color: #FDE9D9;
}
.button-palette button{
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    width: 100px;
    font-weight: bold;
    color: black;
}
.button-palette-midsized button{
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    width: 200px;
    font-weight: bold;
}
.button-palette-large button{
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    width: 290px;
    font-weight: bold;
}
.button-palette button:hover, .button-palette-midsized button:hover, .button-palette-large button:hover {
    background-color: #05995b;
}
.button-palette0 button:hover {
    background-color: gray;
}

#scrollToTop img {
    width: 40px;
    height: 40px;
    text-align: center;
}

#scrollToTop:hover {
    cursor: pointer;
    opacity: 0.8;
}
