@font-face {
    font-family: 'font';
    src: url('../engine/fonts/sans.ttf') format('truetype');
}
@font-face {
    font-family: 'titr';
    src: url('../engine/fonts/titr.ttf') format('truetype');
}
body{
    direction: rtl;
    background-color: whitesmoke;
}
body *{
    font-family: font;
}
a{
    text-decoration: none;
    color: black;
}
.center{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}