/* Larger viewports */
@media only screen and (min-width: 80em) {
  header img {
    width: 90px;
  }

  .headings h1 {
    font-size: 3rem;
  }

  .m {
    letter-spacing: 1.5pt;
    font-size: larger;
    margin-left: 17px;
  }

  .article {
    clear: both;
  }

  .article img {
    width: 300px;
    height: auto;
    float: right;
  }
}
