#mainCarousel {
  top:0;
}

.navbar {
  z-index: 9;
  background: transparent !important;
  top: 0;
  position: absolute;
}

p {
  z-index: 9;
  text-align: center;
  margin: 0;
}

.astros {
  height: 60%;
}

.moon {
  height: 60%;
}

.stacked{
  height: 60%;
}

.carousel-item img {  
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  height:100vh;
}

.mainBody {
  background-image: url('assets/backgroundBody.jpg');
  background-size: cover !important; /* Adjust the background size as needed */ 
  background-position: center !important; /* Center the background image */
  background-repeat: no-repeat !important; /* Do not repeat the background image */
  height: 100%;
  width: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
}

.textBlock {
  width: 50% !important;
  height: auto;
  margin-left: 25% !important;
  margin-right: 25% !important;
  text-align: center;
  border-style: solid;
  background: rgba(255,255,255,0.6);
  margin-bottom: 1%;
}

.aaron {
  height: 60%;
}

.alejandro {
  height: 60%;
}

.sebastian {
  height: 60%;
}

.addison {
  height: 60%;
}