/* Link To Top Start  */
#myBtn {
    position: fixed;
    height: 50px;
    width: 50px;
    background: #0ef ;
    bottom: 40px;
    right: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 22px;
    cursor: pointer;
    display: none;
    border-radius: 10px;
    z-index: 100;
  }
  
  #myBtn:hover {
    background-color: darkgray
  }
  
  html {
    scroll-behavior: smooth;
  }
  