/******************************************
/* CSS
/*******************************************/

/* Box Model Hack */
*{
  box-sizing: border-box;
}

/******************************************
/* LAYOUT
/*******************************************/
body{
  background-color:rgb(246, 246, 204);
}
body > img{
  display:block;
  height: 45%;
  width: auto;
  margin: auto;
}
#questionMark{
  height: 500px;
  width:auto;
  margin: auto;
}
button{
  border-radius: 15px;
  padding: 2%;
  color:rgb(255, 255, 255);
  background-color: blueviolet;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
}

.hidden{
  display: none;
}
section > img{
  display:flex;
  justify-content: center;

}
section{
  text-align: center;
}


/******************************************
/* ADDITIONAL STYLES
/*******************************************/
