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;
  margin-left: 120px;
  display: inline-block;
  width: 749px;
  height: 621px;
  background: green;
}

.rectangle {
  width: 180px;
  height: 80px;
  border: 2px black solid;
  float: left;
  margin-left: 30px;
  display: inline-block;
}

#q1,#q2,#q3,#q4,#q5,#q6,#q7,#q8,#q9 {
  padding: 0;
  float: left;
  display: inline-block;
  width: 360px;
  height: 294px;
  background: white;
  border-color: black;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
  font-family: helvetica;
  font-color: black;
  font-size: 21px;
  text-align: center;
  margin:0;
  padding:5px;
  }

#length, #length1, #length2,#length3 {
  font-size: 18px;
  display: inline-block;
  margin-top: 24px;
  margin-left: -40px;
 
}
.width{
  position: absolute;
  font-size: 18px;
  margin-left: 90px; 
  margin-top: 35px;
}


#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;
}
