.back-to-top {
    background:lightcoral;
    position: fixed;
    bottom:50px;
    right:50px;
    padding:1em;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    
   }