body {
  height: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 69.28571428571428%) rgb(255, 255, 255);
  background:    -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 69.28571428571428%) rgb(255, 255, 255);
  background:      -o-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 69.28571428571428%) rgb(255, 255, 255);
  background:     -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 69.28571428571428%) rgb(255, 255, 255);
  background:         linear-gradient(450deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 69.28571428571428%) rgb(255, 255, 255);
  font: 400 1.25em/1.38 Cardo;
  color: rgb(0, 0, 0);
}

.text {
  float: left;
  color: rgb(0, 0, 0);
}

.text-1 {
  width: 100%;
  margin-left: 10%;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
  font-size: 2.5em;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 5px;
}

.text-1:hover {
  text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.text-2 {
  clear: both;
  width: 25.5833333333%;
  min-height: 40px;
  margin: 44px 0 0 15.19922%;
  font-size: 1em;
}

.text-3 {
  clear: both;
  width: 25.5833333333%;
  min-height: 40px;
  margin: 17px 0 0 15.19922%;
  font-size: 1em;
}