
HTML body {
  background-image: linear-gradient(to right, rgb(229, 247, 0), rgb(255, 165, 0));
}


#qnumb {
  text-align:left;
  margin-left: 10px;  
  }



#container {
  position: relative;
  text-align: center;
  display: block;
  top:90px;
}

#container2 {
  display: block;
  text-align: center;
  position: relative;
  height: 100px;
  top:50px;
}


#qbox {
  position:relative;
  right:auto;
  display: inline-block;
  padding: 8px;
  font-color: black;
  font-size: 18px;  
  height: 200px;
  width: 520px;
  background: white;
  border: 1px black solid;
  border-radius: 9px;
}



#numbertypes1,#numbertypes2,#numbertypes3,#numbertypes4,#numbertypes5{
  height: 300px;
  width: 450px;

}

#A1,#A2,#A3,#A4 {
  width: 240px;
  height: 110px;
  background-color: deepskyblue;
  border: 2px black solid;
  border-radius:5px;
  padding: 0;
  overflow: visible;
  margin: 1px;
  vertical-align: bottom;
}











@media screen and (min-width:280px) and (max-width:700px){










#numbertypes1,#numbertypes2,#numbertypes3,#numbertypes4,#numbertypes5{
  height: 180px;
  width: 230px;

}

#A1,#A2,#A3,#A4 {
  width: 140px;
  height: 100px;
  background-color: deepskyblue;
  border: 2px black solid;
  border-radius:5px;
  padding: 0;
  overflow: visible;
  margin: 1px;
  vertical-align: bottom;
  font-color: black;
  font-size: 12px;  

}


#qbox {
  position:relative;
  display: inline-block;
  padding: 8px;
  font-color: black;
  font-size: 12px;  
  height: 200px;
  width: 280px;
  background: white;
  border: 1px black solid;
  border-radius: 9px;
  z-index: -1;
}


svg {
  position: absolute;
  top: 60px;
  height: 50px;
  right: 0;
  left:0;
  margin: auto;
}

#container {
  position: relative;
  text-align: center;
  display: block;
  top:70px;
}

#container2 {
  display: block;
  text-align: center;
  position: relative;
  height: 100px;
  top:30px;
}

}