/* to top */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #673ab7 ;
    color: white;
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 50%;
  }
  
  #myBtn:hover {
    background-color: #673ab7 ;
  }

  html, body {
    scroll-behavior: smooth;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
