html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

body {
  font-family: 'Roboto Mono', monospace;
}

h1 {
  font-size: 3rem;
  margin-bottom: 5rem;
}

.underline {
  padding-bottom: .3rem;
  border-bottom: dotted 3px #e91e63;
  width: 30%;
}

abbr {
  text-decoration: none;
}

h3 {
  font-size: 1.8rem;
}

address,
.email {
  white-space: pre;
  font-style: normal;
}

.email {
  font-weight: bold;
}

body {
  display: flex;
  flex-direction: column;
}

ul.links {
  list-style: none;
  padding-left: 1rem;
}

ul.links li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: .25rem;
}

ul.links li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14px' viewBox='0 0 14 16' version='1.1' aria-hidden='true'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M14 8A7 7 0 110 8a7 7 0 0114 0zm-8.223 3.482l4.599-3.066a.5.5 0 000-.832L5.777 4.518A.5.5 0 005 4.934v6.132a.5.5 0 00.777.416z'%3E%3C/path%3E%3C/svg%3E") center no-repeat;
}

main {
  flex: 1;
  padding: 4rem;
}

footer {
  flex: 0;
  padding: 4rem;
}

ul.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}