html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.dim {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1100px;
}
h1 {
  font-family: "Century Gothic";
  font-size: 2.1vh;
  /* font-weight: 600; */
  padding: 0;
  letter-spacing: 0.07rem;
  color: #fff;
}
.bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  background-image: url(landing.jpg);
}
.logo {
  max-width: 25vh;
  margin-bottom: 20px;
}
@font-face {
  font-family: "Century Gothic";
  src: url("CenturyGothic.ttf");
}
