
body {
   overflow-x: hidden;
   background-image: linear-gradient(to top, #505285 0%, #585e92 12%, #65689f 25%, #7474b0 37%, #7e7ebb 50%, #8389c7 62%, #9795d4 75%, #a2a1dc 87%, #b5aee4 100%);
   font-family: 'Roboto';
   line-height: 1.7;
}
.mock-data { width: 80%; margin: 150px auto; }
.rowLandingElement {
  width:100%;
  margin: 0 auto;
}

.rowLandingElement::after {
  content : '';
  display: block;
  clear: left;
  margin-bottom: 15px;
}

.first,
.center,
.last {
  float:left;
  width:25%;
  height:200px;
  line-height: 200px;
  margin: auto 2.5%;
  text-align: center;
  border-radius: 3px;
}

.first {
  background-image: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);
}

.center {
  background-color: green;
  background-image: linear-gradient(60deg, #96deda 0%, #50c9c3 100%);
}

.last {
  background-color: green;
  background-image: linear-gradient(to top, #c79081 0%, #dfa579 100%);
}
