@font-face {
    font-family: yekan;
    src: url(../fonts/IRANSans.ttf);
}
body{
    direction: rtl;
    text-align: right;
    font-family: 'yekan';
    background: #E9E9E9;

}
.containerSection{
    margin-top: 15px;
    background: #9ea9d1;
    padding: 15px;
    border-radius: 10px;
}
.color-red{
    color: darkred;
    font-weight: 600;
}
.errorBox{
    background: #cd8e8e;
    color: black;
    padding: 10px;
}
