body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 55em;
  margin: 2em auto;
  line-height: 1.6;
  color: #333;
  background: #fff;
  padding: 0 1em;
}

header {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.header-top {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  font-size: 0.5em;
  gap: 0.8em;
}

.header-top h1 {
  color: 1b162e;
  margin: 0;
}

.downloads {
  display: flex;
  justify-content: flex-start;
  gap: 0.3em;
  flex-wrap: wrap;
  margin-top: 2em;
  margin-bottom: 2em;
}

.downloads a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  padding: 0.1em 0.4em;
}

.downloads a img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
}

.downloads a:hover {
  background-color: #1b162e;
}

iframe.cv-frame {
  width: 100%;
  height: 80vh;
  border: none;
}

footer {
  text-align: center;
  margin-top: 3em;
  font-size: 0.9em;
  color: #999;
}

hr {
  border: none;
  height: 2px;
  background-color: #555;
  margin: 1em 0;
}

@media (max-width: 600px) {
  .downloads a img {
    width: 40px;
    height: 40px;
  }

  .downloads {
    gap: 0.2em;
  }

  header img {
    height: 40px;
    width: auto;
  }

  .header-top {
    font-size: 0.4em;
    gap: 0.6em;
  }

  header .abn {
    font-size: 0.7em;
  }
}
