h1, h2 {
  font-family: "Bad Script", serif;
}

h1 {
	font-size: 3em;
  margin: 0.1em auto;
}

h2 {
  font-size: 2em;
  margin: 0em
}

p {
  font-family: "Sriracha";
  font-size: 1.25em;
}

a {
  color:white;
}

body {
  background-color: #9CC1CE;
  text-align: center;
}

img {
  max-width: 50%;
  display: block;
  margin: 0 auto;
  border: 5px solid
}

.title {
  background-color: #CAD1DC;
  padding: 1em;
  margin: 1em;
  border-radius: 1em;
  border: 5px solid #6D8BBE;
}

.section-header {
  background-color: #64A2B7;
  border: 5px solid #3D90AC;
}

.section-text {
  background-color: #6db4cc;
  border: 5px solid #489bb4;
}

.footer-header {
  background-color: #ABABD8;
  border: 5px solid #CACAD9;
}

.footer-text {
  background-color: #BABAE5;
  border: 5px solid #E2E2EC;
}

.links {
  background-color: #2A5FB9;
  border: 5px solid #4970B2;
  color: white;
  text-align: center;
}

.section-header, .footer-header {
  padding: 0.2px;
  margin: 0.01em auto;
  width: 200px;
  margin: 10px auto;
}

.section-text, .footer-text {
  padding: 5px;
  margin: 1em auto;
  width: 80%;
  font-size: 1.25em;
}

.row img {
  width: 25%;
  display: inline-block;
  margin: 5px;
  background-color: white;
}

.links a {
  text-decoration: underline wavy;
}

.title h1, .section-header h2 {
  text-decoration: underline;
}