body {
  margin: 0;
  background: #f9faf5;
  font-family: 'Playfair Display', serif;
  overflow-x: hidden;
  padding: 0 5vw;
}

@media (min-width: 450px) {
  body {
    background: #bd0849;
    padding: 0 15vw;
  }
}

.back-button {
  background: transparent;
  border: 0;
  position: fixed;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.content {
  background: #f9faf5;
  padding: 40px 40px;
  min-height: 84vh;
}

h2 {
  margin: 0;
  color: #0c2967;
}

h3, strong {
  color: #0c2967;
  margin: 30px 0 0 0;
}

a {
  text-decoration: none;
  color: black;
}

.footer {
  background: #0c2967;
  margin: 0;
  padding: 10px;
}

.footer ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.footer ul a {
  color: #f9faf5;
}

.footer ul a:hover {
  color: #829dd8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/*# sourceMappingURL=subpages.css.map */