@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.jpeg);
     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;
    background:transparent;
    padding:25px;
    border-radius:10px;
    margin: auto;
}
#options{width: 100%;float: left;margin-top: 20px;}
.option{
    background: #fff;
     border: 2px solid #da5975;
        border-radius: 30px;
       padding:12px;
       cursor:pointer;
width: 42%;
    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-size:28px;
font-weight:bold;
color:#b30000;
margin-bottom:15px;
}
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';
     border: 2px solid #da5975;
        border-radius: 30px;
    
}
.input-text:focus {
    outline: none;
}
button{cursor: pointer;}
.question-part{
/*     background: url("../images/questions.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
background: #fff;
        border: 2px solid #da5975;
        padding: 44px;
        border-radius: 30px;
}
@media only screen and (max-width: 535px) {
    .box {
     margin-left: auto;
     margin-right: auto;
    }
    .option{
        width:100%;
    margin-right: 0px;
    }
    .box{width:cacl(100% - 50px);}
}