html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Font';
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #E3E2DE;
    font-size: 20px;
    margin: 0;
}

.div0 {
    background-image: url('/wear417854.png');
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.div1 {
    position: absolute;
    background-image: url('/saqqara_icon.svg');
    background-color: #121315;
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.div2 {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: max-content;
    text-align: center;
    background-color: #12131527;
    backdrop-filter: blur(7px);
}

.div3 {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    width: max-content;
    height: max-content;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    background-color: #121315;
    /* backdrop-filter: blur(100px); */
}


@font-face {
    font-family: 'Font';
    src: url('/font.ttf');
}