* {
    cursor: pointer;
}

#navbar {
    display: flex;
    background-color: black;
    color: white;
    padding: 0px 20px;
}

#cl {
    margin-top: -30px;
    font-style: italic;
    font-weight: lighter;
}

/* 
h1 {
    font-weight: bold;
} */

#left {
    display: flex;
    background-color: black;
    color: white;
    gap: 50px;
    margin-left: auto;

}


#img {
    height: auto;
    width: auto;
    margin-left: 30px;
}

#icon {
    margin-left: 10px;
    margin-top: 20px;
}

#sidebar {
    height: 1000px;
    position: absolute;
    width: 30%;
    background-color: white;
    left: 0px;
    padding: 0px 20px;
    font-size: 16px;

    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;

}

.user:hover {
    background-color: rgb(185, 181, 181);
    padding: 5px 5px;

}

.user {
    font-weight: bolder;
}

#a {
    text-decoration: none;
    color: grey;
}

#a1 {
    text-decoration: none;
    color: white;
}

#a2 {
    text-decoration: none;
    color: grey;
}