body, html {
  background-color: #DCDEEB;
}

.clear {
  clear: both;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.cover-image img {
  width: 100%;
  height: 100%;
}

.text {
  float: left;
  height: 100%;
}

/*- Debug -*/
.phpDebug {
  display: block;
  color: #000;
  overflow: auto;
  overflow-x: hidden;
}
