.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

.logo{
    font-weight: bold;
    font-size: 24px;

}

.links{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
}
