#main {
  background-color: var(--color-links);
  height: 100vh;
  width: 100%;
  padding: 0;
}

#main #homepage-container {
  line-height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 1);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  padding: 20px;
}

h2 {
  margin: 0 0 30px !important;
}

.paragraph-element {
  margin: 0 0 40px;
}

.logo {
  width: 70px;
  margin: 0 auto 40px;
}

.subtitle-element-principal b {
  line-height: 1;
}

.paragraph-element p {
  font-size: 0.8rem;
  line-height: 19px;
  text-align: left;
}

.indicator-maintenance {
  width: 510px;
  margin: 0 auto;
}

.indicator-contact {
  font-size: 0.7rem;
  text-align: center;
  line-height: 1.5;
}

#headband-bottom {
  z-index: -1;
}

@media screen and (max-width: 730px) {
  .navigation {
    padding: 0;
  }
  .indicator-maintenance {
    width: 90%;
  }
  #main #homepage-container {
    left: 20px;
    right: 20px;
    transform: translateY(-50%);
  }
}
