.homePref {
  background: black;
  color: white;
  height: 100%;
  width: 100%;
  font-family: 'Source Sans Pro';
  font-weight: bold;
  align-self: center;
  position: relative;
  z-index: 2;
}

.holdOne {
  z-index: 1;
  position: absolute;
  top: 40%;
  bottom: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -40%);
  -moz-transform: translate(-50%, -40%);
  -o-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  float: initial;
  font-family: 'Roboto';
}

.holdOneTwo {
  position: absolute;
  top: -180%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -40%);
  -moz-transform: translate(-50%, -40%);
  -o-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
}

.AmIbody {
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 9vh;
  font-style: bold;
  position: absolute;
  z-index: 10;
}

.topHold {
  color: white;
  align-self: center;
  margin-top: auto;
  height: auto;
  font-size: 8vw;
}

