.navbar {
    background-color: #333;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin: 0 10px;
}

.nav-links li a {
    text-decoration: none;
    color: white;
}

.nav-links li a:hover {
    text-decoration: none;
    color: red;
    transition: 0.6 ease-in-out;
    cursor: pointer
}
.active
{
    color: gold !important;
}

.aboutUs
{
    color: white;
}

h4
{
    color: gold;
    font-size: 2rem;
    margin:0;
}