
@font-face {
    font-family: iransans;
    src: url('iransans2.woff2');

}


.logo {
    width:200px;
    height: 100px;
    margin: auto;
    overflow: hidden;
    direction: rtl;
    position: absolute;
    top: 1.5rem ;
    font-size: 50px;
    color: #c88ae2;
    font-weight: bold;
}


.in1 {
    line-height: 40px;
    border: 1px solid #da9ff3;
    border-radius: 10px ;
    box-shadow: 0px 10px 10px 0px rgb(199, 196, 196);
    width: 90%;
    font-family: iransans;
    padding: 15px ;
    font-size: 20px;
    max-width: 700px;
}

.int1:focus-visible{
    outline: #bf71e0 auto 1px ;
}

body{
    background:rgb(184, 200, 219) ;
    background-size: cover;
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: iransans;
    margin: 150px;
    

}


.todo1 {
    background-color: #b7ce83;
    width: 95%;
    padding: 15px 15px;
    border-radius: 15px;
    margin: auto;
    margin-bottom: 15px;

}

.close {
    border: none;
    background-color: transparent;
    float: left;
    font-size: 20px;
    line-height: 25px;
    cursor: pointer;
    color: #434244;    
}


.time1 {
    border: none;
    background-color: transparent;
    float: left;
    font-size: 15px;
    line-height: 25px;
    cursor: pointer;
    color: #615e63;   
    margin-left: 30px;

}

.soal{
    width:500px;
    max-width: 90%;
    background-color: rgb(240, 235, 235);
    margin: auto;
    border-radius: 12px;
    box-shadow: 0px 8px 16px 0px #0000002e;
    overflow: hidden;
    direction: rtl;
}


.soal2{
padding: 25px 25px 25px 25px;

}

.soal3{
    width: 100%;
    text-align: right;
    padding-top: 50px;
    font-size: 18px;
    font-family: iransans;
    }

.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;
}

.footer {
    height: 100px;
    margin: auto;
    overflow: hidden;
    direction: rtl;
    position: absolute;
    bottom: 0 ;
    font-size: 20px;
    color: #855f96;
    font-weight: bold;
}