Body {
    background-color: gainsboro;
}
h1 {
    color:honeydew
}

header button{
    padding-top: 8px 20px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #faebd7;
    border: 1px solid #CDC1FF
    display:
}
}
header button {
    background-color: beige;
    color:#E5D9F2
     border-radius: 20px;
    transfrom: scale(9.)
    transition: all ,3s ease-in-out;
}


.about{
    width: 90%;
    margin: 40px aout;
    display: flex;
} 
.left-about img{
    width: 60%;
    border-radius: 30px;
    box-shadow: 2px 2px 10px #CBA35C;
}

.right-about h2{
    color: #727D73;
}
.right-about{
    margin: auto 0;
}
