HTML {
  font-family: georgia;
  background-image: linear-gradient(to right, rgb(229, 247, 0), rgb(255, 165, 0));
  padding:0;
  margin:0;
}


#questions {
  padding: 0;
  display: inline-block;
  width: 600px;
  height: 600px;
  background: green;
  margin-left: 40px;
}

#q1,#q2,#q3,#q4,#q5,#q6,#q7,#q8,#q9 {
  padding: 0;
  float: left;
  display: inline-block;
  width: 50%;
  height: 50%;
  background: white;
  border-color: black;
  border-width: 3px;
  border-style: solid;
  border-radius: 3px;
  font-color: black;
  font-size: 21px;
  text-align: center;
  }

#home {
  background-color: none;
  color: black;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 100px;
  height: 45px;
  display: inline-block; 
  border: 1px black solid;
  border-radius: 5px;
  text-align: center;
  font: georgia;
  font-size: 35px;
}
