body { background-image: url('pink_rice.png'); text-align: center; padding: 40px; }
.title { font-size: 2em; margin: 0 auto; padding-bottom: 40px;}
body { font: 20px Helvetica, sans-serif; color: #ED090C; }
article {text-align:center; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
.logo {width: 70%;}
@media screen and (max-width: 768px) and (orientation: portrait) {
  /* For mobile phones: */
  .title {
      font-size: 1.2em;
    padding-bottom: 150px;
  }
  .logo {
      width: 100%;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  /* For mobile phones: */
  .title {
      font-size: 1.2em;
    padding-bottom: 25px;
  }
  .logo {
      width: 100%;
  }
}