body {
  background-color: #f1e9dc;
  margin: 10px 40px;
  font-family: "Source Sans Pro", system-ui, sans-serif;
  font-size: 12pt;
}

h1,
h2,
h3 {
  font-family: "Merriweather", serif;
}

h1 {
  text-decoration: underline;
  text-align: center;
}

h2 {
  display: block;
  width: fit-content;
  padding: 2px 12px;
  margin-top: 40px;
  border: 1px solid black;
  border-radius: 6px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  font-size: 30px;
  background-color: #f8f8f8;
}

#pfp {
  width: 150px;
  border: 4px solid #f2aa84;
  border-radius: 40%;
  float: left;
  margin-right: 20px;
}

main {
  font-size: 13pt;
}

hr {
  overflow: visible;
  padding: 0;
  border: none;
  border-top: medium double black;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 0;
}

hr:after {
  content: "🖳";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: #f1e9dc;
}

.figure {
  margin-left: 24px;
}

.figure img {
  height: 150px;
}

.caption {
  font-size: 11pt;
}

.ABRCMSImage img {
  border: 4px solid #20208f;
  border-radius: 10px;
  margin-right: 2%;
  height: 150px;
}

.contact img {
  width: 40px;
  margin-right: 20px;
}

.contact img:hover {
  background-color: white;
  transform: scale(1.2);
}

footer {
  text-align: center;
}
