.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 16rem;
    padding: 2rem 1rem;
    background-color: white;
    text-align: left;
}

.itemheader{
    color: rgb(110, 107, 107) !important;
}

.navbar{
    color: white;
    height: 80px;
    margin-top: 0;
}


.item{
    display: flex !important;
    position: static !important;
}

.drop-down{
    background-color: white !important;
    margin-left: 18rem;
}

.button{
    background-color: transparent;
    position:static;
    display: flex;
    align-items: center;
    width: 14rem;
    border: none;
    border-radius: 10px;
    color: lightgray;
    height: 2.5rem;
}

.button:hover{
    color:black;
}


.button:focus{
    background-color:#6e7191 ;
    color: white;
}

.image{
    margin-left: 0!important;
    height: 40px;
    align-self: center;
}

.mainMenu{
    list-style: none;
    position: absolute;
    right: 0;
    padding-left: 20rem;
}

a{
    color: #7c8798;
}

.icon{
    margin-right: 10px!important;
}