.scrollUp-button {
    position: fixed;
    z-index: 10000;
    right: 47px;
    bottom: 37px;
    width: 60px;
    height: 60px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    border: none;
    box-shadow: 0px 2px 8px #63636333;

    @media (max-width:600px) {
        right: 22px;
        bottom: 22px;
        width: 50px;
        height: 50px;
    }
}

.scrollUp-button:hover {
    background-color: rgba(235, 239, 255, 1);
}

.scrollUp-img {
    width: 22px;
    height: 34px;

    @media (max-width:600px) {
        width: 16px;
        height: 24px;
    }
}

.none {
    display: none;
}