.scroll_up_button_container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    z-index: 9999;
}

.scroll_up_button {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #fff;
    border-radius: 50%;
    background-color: #202020;
    cursor: pointer;
}