body {
  background: #ffffff;
    margin: 0;
}

.parent {
  display: flex;
  height: 100%;
}

.child {
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 25%;
  margin-top: -50px;
}

.socialparent {
  display: flex;
  height: 100%;
  padding-bottom: 30px;
}

.socialicon {
  width: 32px;
  height: 32px;
  margin-left: 20px;
  margin-right: 20px;
}

.social-padding {
    flex-grow: 2;
}

#socialtitle {
  text-align: center;
}

.contact {
    text-align: center;
    margin-bottom: 20px;
}

.contact a {
    color: #11DBEB;
    text-decoration: none;
}

.photo img {
    max-width: 100%;
}