.sidebar-right {
    font-family: 'Monserrat', sans-serif;
    position: fixed;
    top: 0;
    right:0;
    width: 0;
    height: 100vh;
    background-color: white;
    overflow-y: scroll;
    z-index: 100;
    transition: width 0.1s
}