body{
    overflow-x:hidden;
}

.sidebar{
    background-color:aqua;
    height:100vh;
    width:20px;
}


.title{
    font-family:  "Cursive";
    color:rgb(39, 145, 207);
}

@font-face {
    font-family: "Cursive";
    src: url("/fonts/Retrow\ Mentho.ttf");
}

.dropdown-item.active, .dropdown-item:active {
    color: inherit !important;
    text-decoration: none !important;
    background-color: #e9ecef !important;
}

