.launchContainer{
    padding: 1%;
  }
  
  .launchBack1 {
    background-image: url("https://cdn.britannica.com/39/155239-050-674BBCE2/Image-Andromeda-Galaxy-NASA-Wide-field-Infrared-Survey.jpg");
    width: 30%;
    height: 100%;
    padding: 10%; 
    align-items: center;
    float: left;
  
  }
  
  .launchBack2 {
    background-image: url("https://universemagazine.com/wp-content/uploads/2023/02/z2n535j3c1ba1-2048x1858.jpg");
    width: 30%;
    height:100%; 
    padding: 10%; 
    align-items: center;
    float: right;
  }
  
  .launchText {
    margin-left: -6%;
    background-color: var(--accent); 
    height: auto; 
    border-radius: 30px; 
    padding: 5%;
    width: 100%;
  }  

  .parallel-bps-container {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-template-rows: 15% 30%;
    row-gap: 30px;
    width: 48%;
    padding-left: 50px;
}

.bps-background {
    grid-area: 1 / 1 / 3 / 3;
    width: 100%;
    height: 100%;
    border: 1px solid white;
}

.safety-head {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: 1/1;
    background-color: rgba(0, 0, 0, 0.532);
    color: white;
    height: 70%;
    font-size: 1.5vw;
    border-right: 0px solid grey;
    padding: 3% 6%;
}


.training-head {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: 1/2;
    background-color: rgba(0, 0, 0, 0.532);
    color: white;
    height: 70%;
    font-size: 1.5vw;
    border-right: 0px solid grey;
    padding: 3% 6%;
}

.equip-head {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: 1/3;
    background-color: rgba(0, 0, 0, 0.532);
    color: white;
    height: 70%;
    font-size: 1.5vw;
    border-right: 0px solid grey;
    padding: 3% 6%;
}
   
.body-text {
    grid-area: 2 / 1;
    padding: 5%;
    margin-left: 25%;
    font-size: x-large;
    color: white;
    align-items: center;
    border: 1px solid white;
}

.divider {
    display: flex;
    align-items: center;
    grid-area: 3 / 2;
    padding: 5%;
    font-size: x-large;
    color: white;
    z-index: 10;
}

#tab-head {
    display: inline-flex;
    flex-wrap: wrap;
    height: 100%;
    width: 20%;
    margin: 0%;
    background-color: var(--secondaryOne);
    writing-mode: vertical-rl;
    text-orientation: upright;
    align-content: center;
    justify-content: center;
    font-size: 3vw;
}