@font-face {
    font-family: iranyekan;
    src: url('fonts/iranyekanwebregular.eot') format('eot'), url('fonts/iranyekanwebregular.woff') format('woff'), url('fonts/iranyekanwebregular.ttf') format('truetype');
}

@font-face {
    font-family: iranyekanbold;
    src: url('fonts/iranyekanwebbold.eot') format('eot'), url('fonts/iranyekanwebbold.woff') format('woff'), url('fonts/iranyekanwebbold.ttf') format('truetype');
}

@font-face {
    font-family: iranyekanboldextra;
    src: url('fonts/iranyekanwebextrabold.eot') format('eot'), url('fonts/iranyekanwebextrabold.woff') format('woff'), url('fonts/iranyekanwebextrabold.ttf') format('truetype');
}

body {
    font-family: iranyekan;
    background-color: azure;
    padding: 0;
    margin: 0;
    direction: rtl;
}

.title {
    width: 100%;
    text-align: center;
    color: dodgerblue;    
}

@media only screen and (max-width: 700px) {
    .title {
        font-size: 14pt;
    }
}

.row {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;    
}

.row a {
    display: inline-block;
    margin: 5px;
    width: 200px;
    text-decoration: none;
    text-align: center;
    color: darkslateblue;
    font-size: 14pt;
}

model-viewer {
    background-color: lightsteelblue; 
    width: 80%;
    max-width: 1000px;
    height: 80vh;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: .5 .5 0 0;
}
