﻿
body {
    background-color: #312D65;
    font-family: 'AbarMidFaNum';
}

.bodybackground {
    background: url(../Images/Background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-color: #312D65;
}

.m-text {
    color: #D2AC67;
    direction: rtl;
    font-weight: 600;
    font-size: calc(0.7em + 1vw);
    line-height: calc(2.2rem + 1vw);
}

a, a:link {
    color: white;
    text-decoration: none;
}

