h1 {
  font-size: 180%;
}
h2 {
  font-size: 140%;
}
h3 {
  font-size: 120%;
}
body {
  color: #ffffff;
  background-color: #000000;
  font-family: 'Roboto', sans-serif;
}
#profile_picture {
  width: 3rem;
  height: 3rem;
}
.contact_logo {
  width: 2rem;
  height: 2rem;
}
a {
  color: #5f9dd3;
}
a:hover {
  color: #9bc2e3;
}
::selection {
  background: #024c97;
}
.contact_links {
  line-height: 1.8rem;
}
li img {
  margin-bottom: 0.4em;
}