html {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}

body {
  margin: 0;
  background-color: #f6f0e4;
}

.list {
  margin: 0 auto;
  padding: 0 5%;
  max-width: 32rem;
  text-align: center;
}

.list-wrapper {
  display: inline-block;
  text-align: left;
}

header {
  padding: 0 5%;
  text-align: center;
  margin: 4rem 0 2.5rem;
}

article {
  margin-top: 2.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}

h1 {
  font-size: 2.5rem;
  margin: 0;
  text-align: center;
  font-family: Vollkorn, serif;
  font-weight: normal;
  font-style: italic;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.7rem;
  }
}

p {
  line-height: 1.5;
  margin: 0.35rem 0 0.7rem;
}

a {
  color: #3069d2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #ab30e8;
}
