body {
  display: flex;
  align-content: center;
  align-items: center;
  justify-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  color: #444;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: 15px solid #dd0000;
}
body:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 10px solid #c7944c;
  z-index: 2;
  border-image-slice: 1;
  border-width: 10px;
  border-image-source: linear-gradient(to left, #c7944c, #fcefa8 48%, #fcefa8 52%, #c7944c);
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

.container {
  text-align: center;
  padding: 4em 2em;
  max-width: 90%;
}

.logo {
  display: block;
  margin: 0 0 3em;
  position: relative;
  z-index: -1;
}
.logo img {
  max-width: 80%;
}

a,
a:link,
a:active,
a:hover,
a:visited {
  color: #c7944c;
}/*# sourceMappingURL=style.css.map */