@font-face {
    font-family: "b yekan";
    src: url('BYekan.ttf') format('truetype');
}
body{
    font-family: "b yekan";
    font-size:150%;
    background-image: url('چکاپ-سلامتی.png');
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
    
}
.menu{
    background-color:red;
    display:flex;
    width: 100%;
    padding: 10px;
    height:5%;
    position: fixed;
}
/*.menu a{*/
/*    height:100%;*/
/*}*/
.icon{
    height: 100%;
    margin: 10px;
    margin-top:0;
    margin-left:20px;
}
button{
    font-family: "b yekan", sans-serif;
    border: none;
    background-color: red;
    color:white;
    border-radius: 20px;
    cursor: pointer;
    width:90%;
    font-size:150%;
}
input , select , textarea{
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 20px;
    width: 90%;
    height: 50px;
    margin-top:20px;
    margin-bottom:20px;
    padding: 10px;
    direction: rtl;
    font-family: "b yekan", sans-serif;
    text-align:center;
}
.textareacontent{
    /*width: 90% !important;*/
    min-height: 40vh;
    direction:ltr;
    text-align:left;
}
.textareacontent::placeholder{
    direction:rtl;
    text-align:right;
    unicode-bidi: plaintext
}