@charset "utf-8";

#modooFINISH {
    position: fixed;
}

.website_content_wrap {
    position: relative;
}

.website_menu_btn_wrap {
    width: max-content;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 40px;
    flex-direction: column-reverse;
}