body {
    background-color: rgb(185, 161, 129);
}
.logo {
    width: 45px;
    height: 45px;
}
.navbar {
    background-color: rgb(231, 164, 76);
    display: flex;
    justify-content: space-between;
    padding: 10px;
}