/* Under-construction page styles */
* {
  color: var(--construction-color);
}

body,
html {
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

a {
  text-decoration: none;
}

.bgimg {
  background-image: var(--construction-bg);
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}

.bottomleft {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
