.scroll-to-top-btn {
    position: fixed;
    top: 87%;
    left: 4%;
    z-index: 1;
}

.scroll-to-top-btn a {
    display: block;
}

.scroll-to-top-btn a svg {
    width: 48px;
}

* {
    scrollbar-width: thin;
    scrollbar-color: white #e2e2e2;
}

*::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 12px;
    border: 1px solid #e2e2e2;
}