.scroll-top {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    bottom: 100px;
    right: 30px;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    font-size: 32px;
    &:hover{
        cursor: pointer;
        transition: all .2s ease-in-out;
        height: 60px;
    }

    svg {
        color: #fff;
        margin-bottom: 15px;
    }
}
