@font-face {
    font-family: iransans;
    src: url('iransans2.woff2');
    
}


body{
    background: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 100%);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: iransans;
}


.soal{width:600px;height: 490px;background-color: white;margin: auto;border-radius: 12px;box-shadow: 0px 8px 16px 0px #0000002e;overflow: hidden; direction: rtl;}


.soal2{
    
height: 348px;
    
padding: 75px 25px 0px 25px;
}

.soal3{
    width: 100%;
    text-align: right;
    padding-right: 25px;
    padding-top: 50px;
    font-size: 18px;
    }

.dokme1{
    
width: 600px;
    
border: none;
    
height: 68px;
font-size: 18px;
background-color: #8e44ad;
color: white;
transition: 0.4s;

font-family: iransans;
}

.dokme1:hover{
    background-color: #69198b;
    cursor: pointer;
}

.dokme2{
    
width: 550px;
border-radius: 12px;    
border: none;
    
height: 80px;
font-size: 25px;
background-color: #8e44ad;
color: white;
transition: 0.4s;
margin-top:215px;
font-family: iransans;
}

.dokme2:hover{
    background-color: #69198b;
    cursor: pointer;
}