main {
  max-width: 800px;
  margin: 40px auto;
  padding: 40px;
}

h1, h2 {
  font-family: "Bree Serif", serif;
  font-weight: 400;
  font-style: normal;
}

p, a {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.6;
}

.author {
  text-align: right;
  font-family: "Handlee", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}

.button a {
  display: inline;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}

.button a:hover, 
.button a:focus {
  text-decoration: underline;
}