@font-face {
    font-family: 'Best-Kids';
    src:url('Best-Kids.otf'); 
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'Best-Kids';
    src:url('Best-Kids.ttf'); 
    font-weight: normal;
    font-style: normal;
}*/
*{
    padding: 0px;
    margin: 0px;
}
.success{
    color:green;
}
.error{color:red;}
#options .option strong{
    font-family: 'Best-Kids'
}
html, body{
    height: 100%;
}
body{font-family:Arial;background:#eef2ff;text-align:center;padding:20px;
     background:url(../images/bg.png);
     background-repeat: no-repeat;
         background-size: cover;
    background-position: top center;
    font-family: 'Best-Kids';
    font-size: 24px;
    width: calc(100% - 40px);
    float: left;
    min-height: 100vh;
}
.box{max-width:600px;margin-left:16%;background:transparent;padding:25px;border-radius:10px}
#options{width: 100%;float: left;margin-top: 20px;}
.option{background: url("../images/input-text.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
        border: none;
       padding:12px;border-radius:8px;cursor:pointer;
width: 43%;
    float: left;
    margin-top: 20px;
}
#options .option:nth-child(odd){
    margin-right: 5%;
}
/*.correct{background:#bdf7bd}
.wrong{background:#ffb3b3}*/
button{padding:10px 20px;font-size:16px}
.timer{font-weight:bold;color:#444}
table{margin:auto;border-collapse:collapse;background:white;width: 100%;}
td,th{border:1px solid #ccc;padding:10px}
.gold{background:#ffd700}
.silver{background:#c0c0c0}
.bronze{background:#cd7f32}
input,select,textarea{    width: 100%;
    padding: 7px 4px;
    border-radius: 5px;
    margin-bottom: 10px;
 font-family: 'Best-Kids';
}
.dashboard-form{text-align: left;}
.input-text{
    background: url("../images/input-text.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
        border: none;
    padding: 16px 0px;
    text-align: center;
    width: 100%;
     font-family: 'Best-Kids';
    
}
.input-text:focus {
    outline: none;
    border: none;
}
button{cursor: pointer;}
.question-part{
     background: url("../images/questions.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
        border: none;
        padding: 44px;
}
@media only screen and (max-width: 535px) {
    .box {
     margin-left: auto;
     margin-right: auto;
    }
    .option{
        width:100%;
    margin-right: 0px;
    }
    .box{width:100%;}
}