#basla, #secim1,#sahne2,#oyunuyenile{
  display: none;
}
.secimbutonlar{
  margin-left: 10px;
  margin-top: 20px;
}  
#question {
  text-align: center;
  font-family:  RubikDistressed-Regular;
  font-size: 80px;
  padding-top: 10px;
  color: rgb(255, 1, 1);
}
#dogru,#hata{
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
}


* {
  box-sizing: border-box;
}
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; 
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
#box1 {
  font-size: 40px;
}
#box2 {
  font-size: 40px;
}
#box3 {
  font-size: 40px;
}
#box4 {
  font-size: 40px;

}











