.main-container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 5px;
    background-color: #A98B76;
}

.website-name{
    font-weight: 700;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-left: 10px;
    color: white;
}

.main-logo-img{
    width: 70px;
    height: 70px;
}

.img-container{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-menu{
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.menu{
    text-decoration: none;
    color: white;
    font-weight: 1000;
    font-size: 22px;
    opacity: 0.9;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}