@font-face {
    src: url(../src/jost.ttf);
    font-family: 'jost';
}

*:not(.mdui-icon) {
    font-family: 'jost';
    user-select: none;
    color: white;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    image-rendering: pixelated;
    &::-webkit-scrollbar {
        display: none;
    }
}

body {
    background-image: url('../src/bg2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    width: 100vw;
}

.container {
    overflow: auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

.header {
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
    display:none;
}

.header-actions {
    min-width: 144px;
}

.img-title-div{
    width: 100%;
    position: relative;
    top: 2vh;
    opacity: 0;
}

.img-title {
    max-height: 108px;
    margin-top: 96px;
    max-width: 90vw;
}

.main {
    width: fit-content;
    margin-top: 64px;
    overflow: visible;
}

.custom-btn {
    background: #36B030;
    border-style: outset;
    border-color: #5BED23;
    padding: 20px 34px 20px 34px;
    font-size: 24px;
    top: 0px;
    transition: top 0.3s, padding 0.3s, font-size 0.3s, box-shadow 0.3s, border-width 0.3s;
    border-width: 5px;
    position: relative;
    opacity: 0;
}

.custom-btn>.text-2 {
    display: block;
    font-size: 12px;
    transition: all 0.3s;
}

.custom-btn:hover {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

.custom-btn:active {
    border-style: inset;
    background: #57606F;
    border-color: #697385;
    border-width: 6px;
    top: -8px;
    padding: 28px 42px 28px 42px;
    font-size: 30px;
}

.custom-btn:active>.text-2 {
    font-size: 15px;
}

.container-body {
    min-height: 100%;
    box-sizing: border-box;
    padding-bottom: 128px;
}

.footer {
    width: 100%;
    background: blue;
    height: 64px;
    background: url(../src/footer_old.png);
    background-size: 64px;
    box-shadow: -4px 0px 16px rgba(0, 0, 0, 0.75);
}

.footer-inner {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.footer-body{
    display: none;
    width: 100%;
}