body {
  font-family: Arial, Helvetica, sans-serif, Roboto;
}

h1 {
  color: #375e97;
  font-size: 2em;
  font-family: Roboto, "Roboto Slab", Mulish, serif;
  border-bottom: 1px solid #375e97;
}

h2 {
  font-size: 1.5em;
}

.job-title {
  color: #79D6ED;
  font-weight: bold;
}

a:link,
a:visited {
  color: #fb6542;
}

a:hover {
  text-decoration: none;
}

.wrapper {
  display: flex;
  align-items: flex-start;
}

