img {
    object-fit: cover;
}

h1 {
    position: absolute;
    text-align: center;
}

h2 {
    width: 100%;
}

.centerText {
    width: 100%;
    margin-bottom: 20%;
}





.column {
    align-items: center;
    margin-bottom: 20%;
}


.leftDiv {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 25px;
}

.rightDiv {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 25px;
}

.leftDiv2 {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 25px;
}

.rightDiv2 {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 25px;
}

.spaceexplore {
    align-items: center;
    margin-bottom: 20%;
    gap: 25px;
}

.meet-astronauts h2 {
    margin-bottom: 30px;
}







@media screen and (max-width: 1500px) {



    .rightDiv {
        width: 70%;
    }


}


@media screen and (max-width: 800px) {

    section {
        margin-bottom: 20%;
    }

    .centerText {
        align-items: normal;
        justify-content: left;
        text-align: left;
        gap: 20px;
        margin-top: 20%;
    }

    .column {
        flex-direction: column;
        align-items: center;

    }

    .leftDiv {
        width: 100%;
        height: 100%;
        gap: 20px
    }

    .rightDiv {
        width: 100%;
        height: auto;
        gap: 20px;
        padding-left: 10%;
        padding-right: 10%;
    }

    .leftDiv2 {
        width: 100%;
        height: 100%;
        gap: 20px
    }

    .rightDiv2 {
        width: 100%;
        height: auto;
        gap: 20px;
        padding-left: 10%;
        padding-right: 10%;
    }
}