nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px;
}
#navbar {
    display: flex;
    justify-content: space-between;
    width: min(90vw, 1200px);
}
#nav-links {
    display: flex;
    justify-content: center;
}
#nav-right {
    display: flex;
}
.nav-link {
    color: black;
    list-style: none;
}

/* Login Button Section Starts Here! */

#logo {
    width: 40px;
    height: 40px;
}

#login-btn {
    color: rgb(255, 255, 255);
    background-color: rgb(65, 150, 230);
    border-radius: 8px;
}
