  body {background-color: powderblue;}

  h1   {color: blue;font-size:14pt;text-align: center;}
  p    {color: black;padding-left: 2%;font-size:12pt;text-align: center;}
  label {font-family: Arial;font-size:12pt;}
  input {font-family: Arial;font-size:12pt;}
  textarea {font-family: Arial;font-size:12pt;}
  input[type="radio"]{height:15px; width:15px;}
  .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

  /*
   * When screen gets smaller than 1000px vvvv these settings take effect
   * */
@media screen and (max-width: 1000px) {
   h1   {color: blue;font-size:5vw;}
  p    {color: black;padding-left: 2%;font-size:3vw;}
  label {font-family: Arial;font-size:3vw;}
  input {font-family: Arial;font-size:3vw;}
  textarea {font-family: Arial;font-size:3vw;}
  input[type="radio"]{height:3vw; width:3vw;}
  img {  max-width: 100%;  height: auto;}
}
