html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: table;
  background-image: url(https://scontent.fcmn2-1.fna.fbcdn.net/v/t39.30808-6/301739743_109997718500790_1740372483171219921_n.jpg?_nc_cat=111&ccb=1-7&_nc_sid=e3f864&_nc_eui2=AeEmysMzGhGJinM6wQrBFLGQ6mGAqJ2oYFvqYYConahgW101SQ9TkH9ZkzjrHFcwZo8&_nc_ohc=Ih_3c6KHDZ0AX_zM0LK&_nc_ht=scontent.fcmn2-1.fna&oh=00_AT8giXydnM-0ItwJLP340ZC5-inmqmU5f0y86IrV7VI4VA&oe=631D3FF7);
  background-size: cover;
  background-position: center top;
}

div.container {
  position: relative;
  z-index: 9999;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

body:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.83;
  background: linear-gradient(#ff58a6 0%, #ded2dc 100%);
}

div.container > * {
  font-family: 'uni_sansheavy_caps', sans-serif;
  color: #FFFFFF;
}

div.container > h1 {
  font-size: 33px;
  padding: 36px;
  line-height: 42px;
}

footer {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999999;
}

footer > * {
  font-family: 'uni_sansheavy_caps', sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}

footer {
  font-family: 'uni_sansheavy_caps', sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  margin-bottom: 10px;
}

footer > a:hover {
  color: #bdc3c7;
}
