.underline-text{
            
    width:30%;
    border:4px solid #1e73be;
    margin:auto;
  }
  
  .youtube img{
    height:50px;
    width:175px;
    object-fit:contain;
  }
  
  
  .twitter img{
    height:70px;
    width:175px;
    object-fit:contain;
  }
  
  
  .sidebar_button{
    margin:0 auto;
    width:90%;
  }
  
  
  .sidebar_button1{
    padding:0.45rem;
    background-color: #fff;
  
  }
  
  .sidebar-menu{
    background-color:rgb(249,249,249);
  }
  
  .sidebar_button1{
    pointer-events: none; 
  }
  
  .sidebar_button1:hover { 
    background-color: #1E73BE;
  } 
  
  .sidebar_button1 a { 
    pointer-events: auto; 
  } 
  
  .sidebar_button1 a:hover { 
    color: #fff; 
  } 
  
  /* mobile view of the right hand side and left hand side  */
  @media only screen and (max-width: 700px) {
    /* region-infomation  */
    .container-mobile{
        display:flex;
        max-width:100%;
        justify-content:center;
        flex-direction: column;
    
    }
    
    .sidebar{
        width:100%;
        display:none;
    }
    
    
    .sidebar > .root > .children{
        display:block;
    }
    .left-sidebar{
        display:none;
    }
  
  }
  