/* imported fonts */
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
:root {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a {color:#903;}


.donate {
  margin-top: 2.5em;
}

.donate-button {
  display: inline-block;
  background-color: #903;
  padding: 0.75em 2em;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.donate-button:hover {
  background-color: #000;
  transform: scale(1.05);
}


body {
  background: white;
  max-width: 50em;
  margin: 0 auto;
  padding: 2em;
  font-family: "Playfair Display", serif;
  /* end of ol */
  /* end of p */
}
body h1 {
  font-family: "Oswald", sans-serif;
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 0.5em;
}
body ol {
  padding-left: 1.4em;
  margin-bottom: 1em;
  /* end of li */
}
body ol li {
  font-family: "Playfair Display", serif;
  list-style: disc;
  font-size: 1.1em;
  line-height: 1.4em;
}
body h2 {
  font-family: "Oswald", sans-serif;
  margin-bottom: 0.5em;
  font-size: 1.8em;
  font-weight: 400;
}
body p {
  font-size: 1em;
  line-height: 1.6em;
  margin-bottom: 1.6em;
}
body p:first-of-type:first-letter {
  float: left;
  color: #903;
  font-size: 4.688em;
  line-height: 0.85em;
  padding-top: 0.03em;
  padding-right: 0.05em;
  padding-left: 0.02em;
  font-family: "Playfair Display", serif;
}
body p:first-of-type {
  margin-bottom: 0.9em;
}

/* end of body */