body {
  margin: 0;
}

#content {
  width: 72%;
  height: ;
  position: absolute;
  margin-left: 14%;
  margin-top: 30%;
  text-align: center;
}

.link {
  display: inline-block;
  position: absolute;
  left: 50%;
  z-index: 2;
}

.link img {
  width: 100%;
}

.link.top {
  top: -32%;
  margin-left: -12%;
  width: 24%;
}

.link.bottom {
  bottom: -32%;
  margin-left: -14%;
  width: 28%;
}

.card {
  position: relative;
  width: 47%;
}

.card img {
  width: 100%;
}

#contact {
  float: left;
}

#photo {
  float: right;
}

#centerline {
  width: 1px;
  height: 132%;
  position: absolute;
  background: #6e6e6e;
  z-index: 3;
  left: 50%;
  top: -16%;
}