@import 'fix.css';
@import 'fontiran.css';

body{
    direction: rtl;
    text-align: center;
    font-family: IRANSansFa;
    background: url('../img/bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    height: 100vh;
    font-size: 14px
}
.content{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    width: 80%;
    max-width: 400px;
}
.content h1{
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    text-shadow: 0 0 5px rgba(0,0,0,0.6);
}
.content h3{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgba(0,0,0,0.6);
}
.content h5{
    font-size: 16px;
    text-shadow: 0 0 5px rgba(0,0,0,0.6);
}
.content .open-app{
    background: #fff;
    margin-top: 30px;
    display: block;
    color: #000 !important;
    padding: 20px 0;
    border-radius: 10px;
}
.copy-right{
    position: fixed;
    bottom: 20px;
    right: 0;
    width: 100%;
    text-align: center;
}
.copy-right a{
    color: yellow;
}