.scroll-button {
    position: fixed;
    right: 4.5%;
    bottom: 5%;
    width: 30px;
    height: 125px;
    border-radius: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    z-index: 10;
}

.scroll-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.menu-trigger {
    cursor: pointer;
}