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

.container{
    width: 100%;
}

#navLinks{
    display: flex;
    justify-content:flex-end;
    align-items: center;
    gap: 5rem;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 5rem;
    font-size: 1.4rem;
}




@media (max-width: 450px) {
    #navLinks{
        justify-content: space-between;
        gap: 0;
    }
}