body {
  background-color: rgb(0, 0, 0);
  max-width: 100vw;
}
h1, h2, h3, h4, h5 {
  font-family: 'VT323', monospace;
}

h1 {
  color: #DDD;
}

h2 {
  color: #BBB;
}

p {
  font-family: 'Open Sans', sans-serif;
  color: #EEE;
  font-size: 16px;
}

.centered-panel {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 80vw;
  max-width: 1000px;
}

.centered-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 80vh;
}

hr {
  border-top: 1px solid #ddd;
}

.profile {
  width: 80vw;
  max-width: 1000px;
}

.highlight {
  color: #7E57C2;
  font-weight: bold;
}

.fa {
  color: #7E57C2;
}

a, a:link, a:visited {
  color: #AAA;
}

a:hover, a:active {
  color: #FFF;
}

.link {
  color: #DDD;
}

.profile-header-info {
  text-align: center;
}

.link-icon {
  font-size: 40px;
  margin: 10px;
  text-align: center;
}
