@font-face{
    font-family: byekan;
    src: url(BYekan.ttf);

}
* {
    font-family: byekan;
}

.direction-ltr {
    direction: ltr;
}

body {
    background: url('back.jpg') no-repeat;
    background-size: auto;
    background-size: cover; 
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}