html, body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 25px;
  padding: 0px;
  text-align: center;
  
  font-family: 'Open Sans', sans-serif;
}

.name {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 2px;
}

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

.middle p {
  text-align: left;
}

.middle:after {
  content: "";
  display: table;
  clear: both;
}

.left {
  float: left;
  width: 45%;
}

.right {
  float: right;
  width: 45%;
}

.redact {
  background-color: rgba(0, 0, 0, 1);
}

.redact:hover {
  color: rgba(255, 255, 255, 0.9);
}

.social-links {
  list-style: none;
  padding-left: 0px;
  font-size: 18px;
}

.social-links li {
  display: inline-block;
  margin-right: 8px;
}

.social-links a {
  text-decoration: none;
  padding: 4px;
}

.social-links a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.body {
  background: linear-gradient(to bottom, rgba(231, 240, 245, 1) 0%, rgba(170, 221, 235, 1) 100%);
  /*background: linear-gradient(to bottom, rgba(204, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);*/
}
