body {
  background-image: url("https://source.unsplash.com/x-LqkefxFoQ/1920x1080");
  background-size: cover;
}

@media (min-width: 1921px) {
  body {
    background-image: url("https://source.unsplash.com/x-LqkefxFoQ/3840x2160");
  }
}

header, main, footer {
  padding: 1em;
  margin: 0.5em;
  border-radius: 1em;
  background: #550527;
  background: rgba(85, 5, 39, 0.75);
  color: #f1ecce;
}

section {
  border: 0.1em solid #f1ecce;
  border-radius: 1em;
  padding: 0.5em;
  display: flex;
  flex-direction: row;
}

section .desc {
  flex-grow: 1;
}

section .pfp img {
  margin: 0.25em;
  max-width: 200px;
  max-height: 200px;
}

:any-link {
  color: #9fc2cc;
}

.container {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}