.side-menu{
    width: 300px;
    height:100vh;
    border-top: 1px dashed #ffe0ff;
    position: fixed;
    background-color: #0f6c83;
}

.side-menu .sidemenu-list{
    padding:10px 0px;
    width: 100%;
    text-align: center;
}

.sidemenu-list a{
    text-decoration: none;
    font-size: 20px;
    font-family: sans-serif;
    color: #fff;
    font-weight: bold;
    width: 100%;
}

.sidemenu-list:hover{
    cursor: pointer;
    background-color: #fff;
}

.sidemenu-list:hover a{
    cursor: pointer;
    color:#000;
}

