html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #a22041;
}

.ec-layoutRole {
  background: #fff;
  max-width: 1100px;
  margin: 0 auto;
  min-height: auto;
  box-shadow: 0 0 20px rgba(0,0,0,0.50);
  margin-top: -1px !important;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ec-layoutRole__contents {
  min-height: 700px !important;
}

.ec-footerRole {
  margin-top: 100px !important;
}