#section1 {
    display: flex;
    min-height: calc(100vh + 30px) !important;
    /* max-height: calc(100vh - 54px) !important; */
    background-color: black;
    color: white;
    background-image: url("../images/Bacteria.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
#section2 {
    opacity: 0;
}

.section-text-wrapper {
    margin: auto;
}