html {
  background-image: linear-gradient(110deg, #e8d890, 5%, white, 85%, #e8d866);
  height: 100%;
}

body {
  margin: 1em auto;
  padding: 1em;
  max-width: 48em;
}

h1 {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #aaa;
  display: flex;
}

h1 > img {
  height: 1.5cap;
  margin: 0 25px 0 0;
  padding-top: 4px;
}

.section {
  line-height: 1.5cap;
  border-bottom: 1px solid #aaa;
}

.projectlink {
  font-size: smaller;
}

.footer {
  margin-top: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: smaller;
}
