body {
  width: 100wh;
  height: 100vh;
  color: #fff;
  background: linear-gradient(180deg,#242b98, #883430);
  background-color: #23A6D5;
}

h1,
h6 {
  font-family: 'Open Sans';
  font-weight: 300;
  text-align: center;
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
}

.bio {
  color: #fff;
}

.headshot {
  width: 120px;
  height: 120px;
  background-image: url("../images/img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
}

.link {
  width: 80%;
  color: #fff !important;
}

.link:hover {
  color: #000 !important;
}

