body {
  text-align: center;
  background: #f4c991;
}

h1{
  font-size: 36px;;
}

#mainBox {
  min-height: 500px;
  min-width: 770px;
  width: 60vw;
  background: #d4e1ee;
  position: relative;
  border: 5px solid;
  margin: auto;
  padding: 10px;
}

table {    
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 28px;
}

td{
    text-align: center;
}

#optionsTable {
    margin-top: 20px;
    border:4px solid #0a3056;
}
#optionsTable td{
    text-align: left;
    padding-left: 10px;
}

.tdgreen{
    border: 3px solid green;
}

.tdred{
    border: 3px solid red;
}

.button {
    color: white;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
  }
  .button1{
    font-size: 32px;
    margin: 10px ;
    width: 60px;
    background-color: green;
  }
  .button2{
    font-size: 32px;
    margin: 10px ;
    width: 60px;
    background-color: red; 
  }

.button3 {
    font-size: 24px;
    margin: 10px ;
    width: 170px;
    padding: 5px;
    background-color: #0a3056; 
  }

  .button4 {
    color: black;
    font-size: 32px;
    margin: 10px ;
    width: 160px;
    background-color: Orange; 
  }

  .button:active {
    border: none;
  }

  .button:disabled {
    background-color: lightgray;
    color:black;
  }
  
  .inputBoxes{
    color: black;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    margin: 10px ;
    width: 160px;
    background-color: whitesmoke; 
  }

  .standardLabel{
    padding: 0px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: whitesmoke; 
    margin: 10px ;
    width: 160px;
  }

  #timerGame {
    color: green;
    font-size: 32px;
    border: 3px solid green;
  }

  #currentQuestion {
    color: black;
    font-size: 32px;
    border: 3px solid black;
  }

  #correctAnswers {
    color: green;
    font-size: 24px;
    border: 3px solid green;
  }

  #incorrectAnswers {
    color: red;
    font-size: 24px;
    border: 3px solid red;
  }

  #askOperation{
    font-size: 64px;
  }

  .dropdownBoxes{
    color: black;
    padding: 2px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    margin: 10px ;
    cursor: pointer;
    background-color: whitesmoke; 
  }
  .digitOperation {
    width: 150px;
  }
  .digitsNumber {
    width: 70px;
  }

input[type=checkbox] {
    height:30px;
    width:30px;
}

.incorrects td {
  color:red;
}
.corrects td {
  color:darkgreen;
}

.outputFormat tr, th{    
  padding: 5px;
}

.trapezoid1 {
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #2b7bcb;
  width: 50px;
  position: relative;
}
.trapezoid2 {
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 80px solid #2b7bcb;
  width: 50px;
  position: relative;
}
.rectangle {
  height: 80px;
  background: #0a3056;
  width: 150px;
  position: relative;
}
.animtrap1 {
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 50px solid #2b7bcb;
  width: 50px;
  position: relative;
}
.divanim{
  padding-left: 10px;
}
.animtrap2 {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 70px solid #1c5187;
  width: 130px;
  position: relative;
}
.animtrap2rev {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 70px solid #0a3056;
  width: 130px;
  position: relative;
}

.animtrap3 {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 70px solid #0a3056;
  width: 130px;
  position: relative;
}
.animtrap3rev {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 70px solid #1c5187;
  width: 130px;
  position: relative;
}
.animtrap4 {
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 50px solid #2b7bcb;
  width: 50px;
  position: relative;
}
.divHidden{
  display: none;
}

.p1 {
  position: absolute;
  left: 20px;
  color:rgb(193, 187, 187);
  font-size: x-large;
}
.p2 {
  position: absolute;
  left: 70px;
  color:white;
  font-size: xx-large;
}
.p3 {
  position: absolute;
  left: 20px;
  top: -80px;
  color:rgb(193, 187, 187);
  font-size: x-large;
}

.ap0 {
  position: absolute;
  left: 20px;
  color:rgb(193, 187, 187);
  font-size: x-large;
}
.ap1 {
  position: absolute;
  left: 60px;
  color:rgb(193, 187, 187);
  font-size: x-large;
}
.ap1rev {
  position: absolute;
  left: 60px;
  top: -20px;
  color:white;
  font-size: xx-large;
}
.ap2 {
  position: absolute;
  left: 60px;
  top: -80px;
  color:white;
  font-size: xx-large;
}
.ap2rev {
  position: absolute;
  left: 60px;
  top: -70px;
  color: rgb(193, 187, 187);
  font-size: x-large;
}
.ap3 {
  position: absolute;
  left: 20px;
  top: -70px;
  color:rgb(193, 187, 187);
  font-size: x-large;
}
