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;
}

.b1{
    background-color: #DAEEF3;
}
.b2{
    background-color: #FDE9D9;
}

#chap1, #chap2, #chap3{
    border-radius: 15px;
    margin: 25px 10px;
    padding: 5px 15px;
}

.button-palette {
    text-align: center;
}
.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: 300px;
    font-weight: bold;
}

  .button-palette button:hover {
    background-color: #ccc;
    color: Blue;
}

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

#scrollToTop:hover {
    background-color: #333;
    opacity: 0.8;
}