 body {
    color: #222;
    line-height: 1.5;
    margin: 1em auto;
    max-width: 40em;
    padding: 0 1em;
  }

  @media only screen and (min-width: 40.063em) {
    body {
      font-size: 112.5%;
   }
  }

  h1,
  h2,
  h3,
  h4 {
    line-height: 1.2;
  }

  a {
    border-bottom: 1px solid #bbb;
    color: #111;
    text-decoration: none;
  }

  a:hover {
  color: #cc4343;
  }

/*Column design */
.column {
  float: left;
  width: 33.3%;
  padding: 0px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

  ul {
   list-style: circle;
  }

  ul,
  ol {
   margin-left: 0;
   padding-left: 0;
  }

  li {
    margin-bottom: 0.3em;
    margin-left: 1em;
  }

  blockquote {
    border-left: 1px solid #ccc;
    margin: .7rem 0;
    padding-left: 1rem;
  }

  figure > a,
  a img {
    border-bottom: none;
  }

  img {
   height: auto;
    margin: .7rem auto;
    max-width: 100%;
  }

  figcaption {
   font-style: italic;
  }

  hr {
   border: none;
   display: block;
   height: 1rem;
   line-height: 1;
   margin: 0 0.7em;
   padding: 0;
  }

  hr::after {
    color: #333;
    content: "\00B6";
    display: block;
    text-align: center;
  }

  header,
  footer,
  .center {
    text-align: center;
  }

  footer {
    color: #cc4343;
  }