#new-menu {
    position: absolute;
    top: 130px;
    width: 796px;
    margin-left: 20px;
    background: #005daa;
    color: white;
    display: flex;
    gap: 10px;
    border-radius: 3px;
    flex-wrap: wrap;
    padding: 3px 8px;
}

#new-menu > a {
    color: white;
    flex: 1;
    flex-basis: fit-content;
    text-decoration: none;
    font-weight: bold;
}

#new-menu > a:hover {
    color: white;
    flex: 1;
    flex-basis: fit-content;
    text-decoration: underline;
    font-weight: bold;
}
