html {
  background:linear-gradient(45deg, #589299, #587899, #585F99 );
}
body{
  margin:0
}
h1{
  color: #ACB6E5;
  background: -webkit-linear-gradient(left, #745dc6, #a05dc6,#5da7c6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contentRow > p {
  padding-left: 20px;
}
.header {
  height:500px;
  margin-left: auto;
  margin-right: auto;
}
.title {
  color: #b9c9c9;
  padding: 20px;
  text-align: center;
  font-size: xxx-large;

}
.titleCaption {
  color: #b9c9c9;
  padding: 20px;
  text-align: center;
  font-size: large;
}
.lp{
}

.contentRow {
  margin-top: 30px;
  overflow: hidden;
  background-color: white;
}
.content {
  float: left;
  width: 250px;
  padding: 10px;
}
.imgContent {
  height:400px;
  margin-right: 20px;
  float: left;
}

.imgContentR {
  height:400px;
  margin-right: 20px;
  float: Right;
}
