body {
  background-image: url();
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#fff;
}

.center-block {
  font-family: "Cormorant", serif;
  text-align: center;
  font-weight: 400;
  font-size: 1.2em;
  color: #999;
  font-style: normal;
  display: block;
  max-height: 90%;
  max-width: 90%;
  height: auto;
  width: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
