.to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    position: fixed;
    right: 60px;
    bottom: 90px;
    background: black;
    color: white;
    backdrop-filter: blur(10px);
    border-radius: 50%;
    box-shadow: inset 0 0 10px white, 0 0 30px white;
    cursor: pointer;
    transition: 0.5s;
    transform: scale(0);
    z-index: 2;
}
/* @media(max-width:) */
.to-top span {
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9px;
    font-weight: 700;
    padding-bottom: 15px;
}