body{
    background-color:black;overflow: hidden;margin: 0;padding: 0;
}
*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    font-family: BF!important;
    color:white;font-weight: 100!important;
}



@font-face {
    font-family: "BF";
    src: url("../font/bod_r.ttf") format("opentype");   
        /* Make sure you defined the correct path, which is related to
            the location of your file `my_css.css` */ 
    }

.Akobject{
height:100vh;width:100vw;overflow: hidden;
top:0px;left:0px;position: absolute;
}
.waitAk{
    position: fixed;background: Black;z-index: 1000000000;
    top:0px;left:0px;height: 100vh;width:100vw;
}