body {
    width: 800px;
    background-color: blanchedalmond;
    text-align: justify;
    margin: auto;
}

.first {
    background-color:rgb(241, 186, 82);
}


.he {
    background-color: rgb(241, 186, 82);
    border-radius: 3%;
}

.a {
    text-decoration: none;
}
nav {
    background-color:rgb(241, 186, 82);;

}

nav a {
    color: rgba(107, 65, 65, 0.808);
    text-decoration: none;
    margin: 3px 3px;
    padding: 1px px;
    background-color: rgb(228, 203, 158);;
}

nav ul {
    list-style-type: none;
    display: flex;
}
.Top_menu a:hover {
    color: rgb(226, 171, 82) ;
}

.bb {
    color:  rgba(107, 65, 65, 0.808);
}

.cc a:hover {
    color: rgb(226, 171, 82) ;
}