.sidenav {
    list-style: none;
    width: 100%;
}
.sidenav li a {
    display: block;
    padding: 8px 16px;
    color: rgba(0,0,0,.5);
}
.sidenav li a:hover {
    color: #0f0f0f;
    text-decoration: none;
}
#mySidenav{
    width: 0px;
    display: block;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    z-index: 1000; /* Stay on top */
    top: 72px;
    background-color: #ffffff;
    left: 0;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    list-style: none;
    border-right: 1px solid #c0c0c0;
}
.footer {
    border-top: 1px solid #c0c0c0;
}
.footer a {
    color: #0f0f0f;
}
.header {
    /*border-bottom: 1px solid #c0c0c0;*/
    width: 100%;
    display: block;
    border-bottom: 0px solid #c0c0c0;
}