@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;600;700&family=Ubuntu:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&family=Roboto+Mono:wght@400;600;700&display=swap');




@font-face {
    font-family: 'Shlop';
    src: url('/static/font/shlop.otf') format('opentype');
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    background: url("/static/media/matrix/jokerbg1.png");
    background-clip: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;



}

.mask1 {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(1, 1, 1, 0.904);
    top: 0px;
    left: 0px;
}







main .group1 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: fit-content;
}

main {
    position: relative;
    z-index: 10;
    width: 100vw;
    height: 100vh;
}
main .group1{
    margin-top: 50px;
}
main .group1 .item1{
    display: flex;
    flex-direction: column;
    align-items: center;
}
main .group1 .item1 .text1 {
    margin-top: 50px;
    color: #FFF;
font-family: Shlop,sans-serif;
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 5px;
}

main .group1 .item1 .text2 {
    color: #FFF;
    font-family: 'Ubuntu',sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.6px;
}

main .group2{
    position: relative;
    top: 30%;

    height: fit-content;
    width: 100vw;
    display: flex;
    justify-content: center;
}
main .group2 button{
    margin: 20px;
    display: block;
    cursor: pointer;
}

#login{
    width: 232px;
height: 100px;
flex-shrink: 0;
    border-radius: 9px;
border: 1px solid #FF4545;
background: rgba(217, 217, 217, 0.00);

color: #FFF;
font-family: Inter;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

#enter{
    color: #FFF;
font-family: Inter;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;

border-radius: 8px; 
border: 2px solid #358f85;
background: rgba(0, 0, 0, 0.00);
width: 232px;
height: 100px;
flex-shrink: 0;


}
#login:hover{
    background-color:#f5323230;
}
#enter:hover{
    background: #29f99b18;
}

















