body{
    background-color: white;
}
.image{
    width: 200px;
    height: 93px;
}
@media (max-width: 700px){
    .image{
        width: 150px;
        height: 70px;
    }
}
#identity{
    text-align: center;
}
#content{
    background-color: white;
    margin: 10px 1%;
    padding: 10px;
}
#contact{
    border-radius: 20px;
    text-align: center;
    font-size: 13px;
    background-color: orange;
    color: white;
    font-weight: bold;
}

#formation, #communication{
    border-radius: 20px;
    padding: 5px 15px;
    margin: 0 10px;
    font-weight: 600;
}
.button-palette {
    text-align: center;
}
.button-palette button {
    margin: 5px;
    padding: 5px 10px;
    border: none;
    background-color: blue;
    border-radius: 15px;
    color: yellow;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    width: 140px;
  }
  .button-palette button:hover {
    background-color: #ccc;
    color: Blue;
}