body {
  font-family: -apple-system, Helvetica, Arial, sans-serif; 
}

p {
  font-size: 160%; 
}

h1 {
  font-weight: bold;
  font-size: 240%; 
}

h6 {
	  font-weight: normal;
  text-align: center; 
    font-size: 100%; 
}

@media only screen and (max-width: 320px) {
  table, form, input {
    width: 100%;
    max-width: 100%;
  }
  img {
    max-width: 100%;
  }
}
