/* For mobile phones: */

@media only screen and (max-width: 480px) {
  .content {
    padding: 0 30px 30px;
    font-size: 1.2em;
    line-height: 1.5em;
  }
}
