
   @media(max-width: 650px){
        .navbar-link-show-blog{
        position: fixed;
        background: rgb(255, 255, 255);
        top: 10%;
        right: 0%;
        width: 100%;
        padding: 20px;
        z-index: 999;
    }
   }
   
