body {
  background-color: black;
  color: #fff;
}

#under-maintenance-main {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#under-maintenance-main > section > h1 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  line-height: 28px;
  transform: scale(1, 0.8);
  margin: 0;
}

#under-maintenance-main > section > p {
  font-family: "Playfair Display";
  font-weight: 100;
  font-size: 16px;
  margin: 0;
}

#under-maintenance-main > section {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.by-croata {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
}
