#back-to-top {
    background-color: #00CD00;
    bottom: 0;
    box-shadow: 0 0 6px #00CD00;
    color: #444444;
    padding: 30px 30px;
    position: fixed;
    right: 100px;
    cursor: pointer;
}