#back-to-top {
    background-color: #c899a9;
    bottom: 0;
    box-shadow: 0 0 6px #c899a9;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
}