@font-face {
    font-family: "bamin";
    src: url("/file/font/BMJUA_ttf.ttf");
}

body {
    font-family: "bamin";
    background: linear-gradient(135deg, #1a1836, #102840, #04062a);
    background-blend-mode: overlay;
    height: 100%;
    width: 100%;
    margin: 0;
    color: white;
    font-size: 18px;
    font-weight: 250;
}

div{
    box-sizing: border-box;
}

.main-box {
    color: black;
    background-color: #eee;
    margin: auto;
    height: auto;
    border-radius: 50px;
    margin-top: 70px;
}

.center-box {
    justify-content: center;
    align-content: center;
    text-align: center;
}

.text-box {
    background: linear-gradient(to right, #6767cc, #7a7ad0);
    border-radius: 70px;
    margin: auto;
}

.patch-box {
    width: 60%;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.clab-navbar{
    height: 20vh;
    padding: 10px;
}

.version {
    text-align: right;
    position: fixed;
    bottom: 0px;
    right: 20px;
}

.money{
    margin-top: 40px;
    text-align: center;
    bottom : 20px;
    right : 20px;
}