.scroll-to-top {
    background-color: #1b1b1b;
    color: #ffffff;
    width: 130px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
}