#navbar{
    display: flex ;
    justify-content: space-between;
    padding: 1%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.right{
    display: flex ;
    gap: 10%;
    width: 13%;
    font-size: 18px;
    font-weight: 600;
}
a{
    text-decoration: none;
    color: black ;
}
#logo{
    width: 12%;
    height: 10%
}
#logo img{
    width:100%;
}