.scroll-button {
    display: inline-flex;
    height: 50px;
    padding: 0;
    background: #fac564;
    border: none;
    outline: none;
    border-radius: 5px;
    overflow: hidden;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.scroll-button:hover {
    background: #E5A837;
}

.scroll-button:active {
    background: #E5A837;
}

.scroll-button-text, .scroll-button-icon {
    display: inline-flex;
    align-items: center;
    padding: 0 24px;
    color: #fff;
    height: 100%;

}

.scroll-button-icon {
    font-size: 2em;
}