@font-face {
    font-family: "fanum";
    src: url("IRANSansMedium.eot"),
         url("IRANSansWeb\(FaNum\)_Medium.ttf") format("truetype");
}
* {
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    height: 100vh;
    font-family: "fanum";
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff6600;
    color: white;
}
.text {
    width: 50%;
    text-align: center;
}
@media screen and (max-width: 1000px) {
    .text {
        width: 90%;
        font-size: 11px;
    }
}