


/* Links inside the navbar */
.navbar a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 10px 0px;
    text-decoration: none;
    font-size: 14px;
    width: 33%;
}

/* Change background on mouse-over */
.navbar a:hover {
    background: #193f48;
    color: white;
}


/* Main content */
.main {
    margin-top: 71px; /* Add a top margin to avoid content overlay */
}
