#back-to-top {
    background-color: rgb(194,194,194);
    bottom: 0;
    box-shadow: 0 0 6px rgb(194,194,194);
    color: #444444;
    position: fixed;
    right: 50px;
    bottom: 20px;
    padding: 10px 10px;
    cursor: pointer;
}