h1, h2 {
  font-family: "Oswald";
  text-decoration: underline;
}

h1 {
	text-decoration: underline wavy;
}

h2 {
	font-size: 2em;
}

li {
  font-size: 1.5em;
}

a, p, caption {
  color: black;
  font-family: "Farro";
}

body {
	background: url(https://projects.codecraftworks.com/web/la4redAhjuySRdt3iqat/assets/wavypurplebg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150%;
}

hr {
  color: black;
  border: 1px solid #000000;
  width: 90%;
}

.title {
  font-size: 1.5em;
  width: 70%;
  margin-bottom: 50px;
  text-align: center;
}

.link-box-1, .link-box-2 {
  width: 60%;
  display: flex;
	flex-direction: column;
  text-align: center;
}

.title, .link-box-1, .link-box-2 {
  border: 10px solid #FF8927;
  background-color: #FFBF89;
  padding: 10px;
  margin: 1.25em auto;
  border-radius: 1em;
}

.extra {
  color: #5c2f0d;
}

.description {
	font-size: 1.25em;
}

.row {
  flex-direction: row;
}

.box {
	width: 500px;
  display: inline-block;
}

.box img {
  width: 45%;
  margin: 5px;
  background-color: white;
  border: 5px solid;
  text-align: center;
}

.link-box-2 hr {
  width: 46%;
}

.link-box-2 p {
  font-size: 0.8em;
}