/*
  Custom styles
 */
.title {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 100%;

  display: table;
  height: auto;

  color: #fcfcfc;
  text-transform: uppercase;
  text-align: center;

  font-size: 7em;
  font-family: 'Gil Sans', sans-serif;
  font-weight: 800;

  letter-spacing: -0.02em;
  line-height: 1.2em;
}

.footer {
  margin: auto;
  position: absolute;
  left: 0; bottom: 0; right: 0;
  width: 100%;

  display: table;
  height: auto;

  color: #0000ac;
  /* text-transform: uppercase; */
  text-align: center;
  text-decoration:none;

  font-size: 2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;

  letter-spacing: -0.02em;
  line-height: 1.2em;
}
