body, html {
  height: 100%;
  margin: 0;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.bgimg {
  background-image: url('./coming-soon-background.jpg');
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  font-size: 30px;
}

.topleft {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 40px;
}

.bottomleft {
  position: absolute;
  bottom: 0;
  left: 25px;
}

.middle {
  position: absolute;
  top: 32%;
  left: 50%;
  text-align: right;
  margin-right: 25px;
  font-size: 56px;
  line-height: 1;
}
