/*
* © Seddike Tanvir
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/



#myBtn {
    /* display: none;  */
    position: fixed; 
    bottom: 5vh; 
    right: 2rem; 
    z-index: 99; 
    outline: none; 
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: #1071ff;
    color: white; 
    cursor: pointer; 
    border-radius: 50%; 
    font-size: 18px;
    font-weight: bold;
    width: 2.5rem;
    height: 2.5rem;
    padding-top: 4px;
    /* padding: 5px 10px 0px; */
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;}
  
#myBtn:hover {
    color: #0075e9ee; 
    background-color: white; 
    border: 1px solid #0075e9ee;

}
