*{
    font-family: sans-serif;
}
@media screen and (max-width: 1023px) {

}

html
{
    height:100%;
    background-color:#dde2e3;
}
.gametitle{
    text-align: center;
    font-size: 25px;
    color: #2c2e9a;
    margin-top: 40px;
}
.player{
    border-radius:5px;
    position: relative;
    margin: 40px auto;
    width: 300px;
}
#board{
    background-color:#abd7ec;
    width: 340px;
    height: 420px;
    border-radius:5px;
    box-shadow: 0px 5px 5px #134b80;
    -moz-box-shadow: 0px 5px 5px #134b80;
    -webkit-box-shadow: 0px 5px 5px #134b80;
    position: relative;
    margin: 40px auto;
}
#right{
    padding:5px;
    background-color:#4fb832;
    width: 70px;
    position: absolute;
    margin: 20px 135px;
    text-align: center;
    color:white;
    border-radius: 5px;
    box-shadow: 0px 5px 5px #133512;
    -moz-box-shadow: 0px 5px 5px #133512;
    -webkit-box-shadow: 0px 5px 5px #133512;
    display:none;
}
#wrong{
    padding:5px;
    background-color: #bb1010;
    width: 70px;
    position: absolute;
    margin: 20px 135px;
    text-align: center;
    color:white;
    border-radius: 5px;
    box-shadow: 0px 5px 5px #45150c;
    -moz-box-shadow: 0px 5px 5px #45150c;
    -webkit-box-shadow: 0px 5px 5px #45150c;
    display:none;
}
#score{
    padding: 3px;
    background-color:#c5d750;
    width:80px;
    text-align:center;
    position: absolute;
    margin: 10px 225px;
    border-radius: 5px;
    box-shadow: 0px 5px 5px grey;
    -moz-box-shadow: 0px 5px 5px grey;
    -webkit-box-shadow: 0px 5px 5px grey;
}
#level{
    padding: 3px;
    background-color:#c5d750;
    width:80px;
    text-align:center;
    position: absolute;
    margin: 40px 225px;
    border-radius: 5px;
    box-shadow: 0px 5px 5px grey;
    -moz-box-shadow: 0px 5px 5px grey;
    -webkit-box-shadow: 0px 5px 5px grey;
}
#fail{
    padding: 5px;
    background-color:#ff0000;
    width:80px;
    text-align:center;
    position: absolute;
    margin: 20px 30px;
    border-radius: 5px;
    box-shadow: 0px 5px 5px grey;
    -moz-box-shadow: 0px 5px 5px grey;
    -webkit-box-shadow: 0px 5px 5px grey;
}

#problem{
    padding:5px;
    background-color:#4d74df;
    width: 250px;
    height: 60px;
    text-align:center;
    position: absolute;
    margin: 85px 40px;
    font-size: 40px;
    line-height: 60px;
    color:white;
    border-radius: 5px;
    box-shadow: 0px 5px 5px #153d93;
    -moz-box-shadow: 0px 5px 5px #153d93;
    -webkit-box-shadow: 0px 5px 5px #153d93;
}
#instruction{
    padding:5px;
    background-color:#75ba26;
    width: 250px;
    height: 30px;
    text-align:center;
    line-height: 30px;
    position: absolute;
    margin: 165px 40px;
    font-size: 20px;
    color:white;
    border-radius: 5px;
    box-shadow: 0px 5px 5px #223927;
    -moz-box-shadow: 0px 5px 5px #223927;
    -webkit-box-shadow: 0px 5px 5px #223927;
}
#answers{
    margin: 215px 40px;
    position: absolute;
}
#answer1, #answer2, #answer3, #answer4{
    padding: 8px;
    height: 50px;
    line-height: 50px;
    width: 60px;
    background-color: aliceblue;
    float:left;
    border-radius: 10px;
    font-size: 34px;
    text-align:center;
    margin:  10px;
    box-shadow: 0px 5px 5px grey;
    user-select: none;
    -moz-box-shadow: 0px 5px 5px grey;
    -webkit-box-shadow: 0px 5px 5px grey;
}
#start{
    padding:8px;
    background-color:#9837ae;
    width: 70px;
    position: absolute;
    margin: 230px 240px;
    text-align: center;
    color:white;
    border-radius: 5px;
    box-shadow: 0px 5px 5px #281036;
    -moz-box-shadow: 0px 5px 5px #281036;
    -webkit-box-shadow: 0px 5px 5px #281036;
}
#highscore{
    padding:8px;
    background-color:#9837ae;
    width: 70px;
    position: absolute;
    margin: 280px 240px;
    text-align: center;
    color:white;
    border-radius: 5px;
    box-shadow: 0px 5px 5px #281036;
    -moz-box-shadow: 0px 5px 5px #281036;
    -webkit-box-shadow: 0px 5px 5px #281036;
}
#reset{
    padding:8px;
    background-color:#9837ae;
    width: 70px;
    position: absolute;
    margin: 230px 240px;
    text-align: center;
    color:white;
    border-radius: 5px;
    box-shadow: 0px 5px 5px #281036;
    -moz-box-shadow: 0px 5px 5px #281036;
    -webkit-box-shadow: 0px 5px 5px #281036;
    display:none;
}
#reset:hover, #start:hover, #highscore:hover{
    background-color: #b739e9;
    cursor:pointer;
}
#time{
    padding:8px;
    background-color:#e4c6f0;
    width: 70px;
    text-align: center;
    position: absolute;
    margin: 280px 240px;
    border-radius: 5px;
    box-shadow: 0px 5px 5px #0b353b;
    -moz-box-shadow: 0px 5px 5px #0b353b;
    -webkit-box-shadow: 0px 5px 5px #0b353b;
    display:none;
}
#gameover{
    position: absolute;
    left: 30px;
    padding:5px;
    line-height: 10px;
    background-color:#304f96;
    color: white;
    width: 280px;
    height: 20px;
    margin: 15px 15px;
    text-align:center;
    font-size: 10px;
    border-radius: 5px;
    z-index: 2;
    display:none;
}
#top10modal{
    background-color:#abd7ec;
    display:none;
    position:fixed;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    padding:20px;
    border:1px solid #000;
    z-index:1000;
}