@import url('../../theme.css');

.navbar .account {
    display: none;
}

.navbar__menu .menu-item {
    display: none !important;
}

.header__nav {
    background-color: #1d428a;
}

.header__nav .container {
    display: flex;
    justify-content: center;
}

.header__nav a {
    color: #fff;
    padding: 20px 30px;
    font-weight: bold;
    font-size: 16px;
    transition: .3s all ease;
}

.header__nav a:hover {
    background: #1a3b7c;
    text-decoration: none;
}