.logo-space{
    height: 100vh;
}

.spatial-bg-red{
    background-image: url('../img/spatial-bg-red.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.spatial-bg-red-login{
    background-image: url('../img/spatial-bg-red-2.jpg');
    background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

/* TEXT */
.text-justify{
    text-align: justify;
}

.logo-space img{
    max-width: 370px;
}

@media (max-width: 992px) {
    .logo-space{
      height: 40vh;
    }
    .logo-space img{
      max-width: 300px;
    }
    .spatial-bg-red{
      background-image: url('../img/spatial-bg-red.jpg');
      background-repeat: no-repeat;
      background-size: 100% 50%;
    }
}

@media (max-width: 576px) {
  .logo-space img{
    max-width: 230px;
  }
}

.btn-dark:hover {
  background-color: #FF353F;
}