img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"]{display:none;}
body {
  font-family: fontAwesome, sans-serif;
  background: #7db9e8;
  height: 100vh;
  background: -moz-linear-gradient(-45deg, #7db9e8 0%, #2989d8 41%, #207cca 69%, #207cca 69%, #1e5799 100%);
  background: -webkit-linear-gradient(-45deg, #7db9e8 0%, #2989d8 41%, #207cca 69%, #207cca 69%, #1e5799 100%);
  background: linear-gradient(135deg, #7db9e8 0%, #2989d8 41%, #207cca 69%, #207cca 69%, #1e5799 100%);
}

.list--unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list--inline {
  display: inline;
}

.link {
  text-decoration: none;
  color: #202D3C;
  -webkit-transition: all 300ms linear;
  display: inline-block;
}
.link:hover {
  color: #2786D5;
  -webkit-transform: scale(1.3);
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar {
  position: relative;
}
.avatar__photo {
  position: absolute;
  z-index: 100;
  height: 170px;
  width: 170px;
  top: -20px;
  left: 109px;
  border-radius: 100%;
  border: 6px solid #fff;
}

.box {
  position: relative;
  top: 150px;
  height: 150px;
  width: 400px;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}
.box:before {
  content: '';
  position: absolute;
  top: -110px;
  left: 100px;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  box-shadow: 0px 0px 0px 200px #fff;
}
.box__content {
  position: absolute;
  box-sizing: border-box;
  text-align: center;
  width: 400px;
  height: 350px;
  top: 250px;
  padding: 0px 20px;
  margin: auto;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.5);
}
.box__person-name {
  font-family: 'Oswald', sans-serif;
  font-size: 2.2em;
  line-height: 1em;
}
.box__person-bio {
  font-family: 'David Libre', serif;
  font-size: 1.1em;
  line-height: 1.5em;
}

.social {
  padding-top: 0px;
}
.social h3 {
  font-family: 'Shadows Into Light', fontAwesome, cursive;
  font-size: 3em;
  line-height: .1em;
}
.social li {
  box-sizing: border-box;
  font-size: 2.5em;
  padding: 0 10px;
  line-height: .1em;
}

img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"]{display:none;}