.logo {
    width:100%;
    text-align:center;
    padding-bottom: 0.5rem;
}
.logo img {
    width:200px;
    margin-left: auto;
    margin-right: auto;
}
.nav {
    text-align: right;
    margin-right: 1rem;
    padding-top: 0.3rem;
}
    
.header-container {
    background: #5c847021;
}

.menu {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #5c847021;
}

.menu_item {
    margin-left: 1rem;
    margin-right: 1rem;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.menu_item a {
    text-decoration: none;
    color: #333;
    font-weight: 800;
}

.menu_item a:hover {
    text-decoration: underline;
    color: #fff;
    background:#333;
    font-weight: 800;
}