@charset "utf-8";
@media only screen and (max-width:320px) {
  h1 {
    font-size: 120%;
  }
  h2 {
    font-size: 100%;
  }
  #footer {
    font-size: 70%;
  }
  #content {
    width: 300px;
    padding: 30px 10px;
  }
}