

body {
    background: aqua;
   
}

#grad1 {  
  text-align: center;
  font-size: 32px;
  width: 100%;
}

#q4 {
  overflow-wrap: anywhere;
}

#dis{
  font-size: 28px;
}

#help1{
  font-size: 22px;
}

#reset{
  font-size: 28px;
}

/*
form label{
  display: inline-block;
  text-align: left;
  float: right;
}
*/


.formIn {
  margin: 0 auto;
  text-align: center;
  width: 210px;
}

.userIn {
  display: inline-block;
  width: 140%;
  font-size: 26px;
  margin-left: -20%;
  margin-right: -20%;

  /* Add this line */
  box-sizing: border-box;
}



#grad3 {
  height: 4000px; 
  text-align: left;
  margin-left:20px;
  font-size: 25px;
}


@media only screen and (max-width: 750px) {
  #grad1 {  
    font-size: 26px;
  }
  #dis{
    font-size: 24px;
  }

  #help1{
    font-size: 20px;
  }

  #reset{
    font-size: 24px;
  }

  #grad3 {
    font-size: 22px;
  }

}
