@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Rancho&display=swap');

body{
  font-family: 'Roboto Light', 'Arial', sans-serif;
  font-size: 1.2em;
  background-color: #fffff9;
}
.jcenter{
  text-align: center;
  margin-top: -1em;
}
.jcontainer{
  display: block;
  margin: auto;
  text-align: justify;
  width: 95%;
  max-width: 900px;
}
.jcontainer h1{
  font-size: 2.2em;
  font-weight: 600;
  color: gray;
  text-align: center;
}
.jcontainer h3{
  font-size: 1.5em;
  color: #666699;
}
.jcontainer h4{
  font-size: 1.2em;
  color: #666699;
}

.jcontainer img{
  display: block;
  width: 95%;
  margin: auto;
  border: #666699 solid 1px;
}
.jcontainer a{
  border-bottom: #009ae2 dotted 1px;
}
.formresponseerror b{
  display: block;
  text-align: center;
  color: red;
  margin-bottom: 1em;
}
.formresponse b{
  display: block;
  text-align: center;
  color: #009ae2;
  margin-bottom: 1em;
}
