
@font-face {
    font-family: Lato-Hairline;
    src: url(../fonts/Lato-Hairline.ttf)
}

body,
html {
  height: 100%;
  margin: 0;
}

.bgimg {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.logo {
  background-image: url('../img/logo.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 195px;
  width: 300px;
  border-radius: 8px;
  z-index: 10;
}

.construction {
font-family: inherit;
  font-size: 28px;
  color: #fff;
  z-index: 10;
  text-align: center;
  font-weight: bold;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgb(27, 189, 197)

}