body {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 300;
}

a {
  color: #777;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

a:hover {
  color: #444;
}

a:hover.job {
  border-color: #4475d7;
}
a:hover.linkedin {
  border-color: #d9c200;
}

.wrap {
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content {
  width: 400px;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

.headshot {
  display: block;
  margin: 0 auto;
}

.contact {
  display: flex;
  justify-content: center;
  gap: 30px;
}
