body{
    font-family: "Open Sans", sans-serif;
    background-color: rgb(145, 171, 149);
    padding-left: 10%;
    padding-right: 10%;

}
.navbar{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.home-all{
    color:rgb(124, 18, 18);
    margin-left: 0%;
}

.image{
   width: 50%;
   height: auto;
}

a {
    text-decoration: none;
    background-color: rgb(209, 247, 191);
}

a:hover{
    color:rgb(56, 56, 48);
}
