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

h2 {
    padding-bottom: 50px;
}

h2#teleBan {
    position: absolute;
    padding-bottom: 0px;
    width: 70%;
}

h2#teletitle {
    align-items: center;
    justify-content: center;
    text-align: center;
}

img {
    object-fit: cover;
}

img#apollo{
    opacity: 55%;
}

img#telescope {
    opacity: 55%;
}

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

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

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

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

.hide-item {
    display: flex;
}

.show-item {
    display: none;
}

.topBanner {
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

    h2 {
        padding-bottom: 0;
    }

    img#apollo {
        object-fit: cover;
        opacity: 55%;
    }
    
    .topBanner {
        height: 200px;
        max-width: 100%;
        padding-bottom: 0px;
    }

    .centerText {
        align-items: normal;
        justify-content: left;
        text-align: left;
    }

    .column {
        flex-direction: column;
        padding-left: 10%;
        padding-right: 10%;
    }

    .leftDiv {
        width: 100%;
        height: auto;
    }

    .rightDiv {
        width: 100%;
    }

    .hide-item {
        display: none;
    }

    .show-item {
        display: flex;
    }

    .teleImg {
        object-fit: cover;
        object-position: 0% 80%;
    }

}