#mySidenav a {
    position: absolute;
    right: -120px;
    margin-right: -10px;
    transition: 0.3s;
    padding: 15px;
    width: 160px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    border-radius: 5px 0px 0px 5px;
    z-index: 9999;

}
#mySidenav a:hover {
    right: 0;
}

#about {

    background-color: #4CAF50;
}

#blog {
    top: 70px;
    background-color: #2196F3;
}

body {
    overflow: hidden;

}
