html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

body {
  font-size: 16;
  font-family: 'ArchivoBlackRegular', Arial, Helvetica, sans-serif;
  background: linear-gradient( to top, #89bfef, #efefef 40%, #efefef 40%, #89bfef 100% )
}

main {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.bl-logo {
  display: block;
  font-family: 'ArchivoBlackRegular';
  margin-bottom: 8px;
  height: 40vh;
  width: auto;
  border: 4px solid #fff;
  border-radius: 4px;
}

.bl-logo-reflect {
  display: block;
  height: 40vh;
  font-family: 'ArchivoBlackRegular';
  -moz-transform: scaleY(-1) scaleX(1.675) translateY(12.5vh) perspective(20.5vh) rotateX(-45deg);
  -ms-transform: scaleY(-1) scaleX(1.675) translateY(12.5vh) perspective(20.5vh) rotateX(-45deg);
  -o-transform: scaleY(-1) scaleX(1.675) translateY(12.5vh) perspective(20.5vh) rotateX(-45deg);
  -webkit-transform: scaleY(-1) scaleX(1.675) translateY(12.5vh) perspective(20.5vh) rotateX(-45deg);
  transform: scaleY(-1) scaleX(1.675) translateY(12.5vh) perspective(20.5vh) rotateX(-45deg);
  -webkit-mask-image: -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(40%, transparent), to(rgba(255, 255, 255, 0.1)));
  border: 4px solid #fff;
  border-radius: 4px;
}

@font-face {
  font-family: 'ArchivoBlackRegular';
  src: url('../font/archivoblack-regular-webfont.woff2') format('woff2'),
       url('../font/archivoblack-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
