html
    scroll-behavior: smooth
.site-manage
    position: fixed
    bottom: 20px
    left: 20px
    display: flex 
    flex-direction: column
    justify-content: center
    align-items: center
    gap: 10px
    
    button
        padding: 10px
        border-radius: 10px
        background-color: $secondary
        color: $primary
        border: $primary 2px solid
        transition: transform 0.5s, opacity 0.5s
        &:hover
            transform: rotate(30deg)