body {
    background-color: #3e474f;
    font-family: Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, "Times New Roman", serif;
}

.img-circle {
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img {
    margin: 6px 0 0 6px;
    box-shadow: 0 0 0 6px #FFFFFF;
}
h1 {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    color: #FFFFFF;
    padding: 1em;
}
.parent {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.fa {
  margin-top: 20px;
  padding: 10px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background: #3e474f;
  color: white;
}
.fa:hover {
  opacity: 0.7;
}
  
.fa:visited {
  color: white;
}