#facilities-container {
        width: 80%;
        margin: 0 auto;
        padding: 20px;
}

#headline {
        text-align: center;
        font-size: 2.5em;
        color: rgb(64, 244, 64);
        margin-bottom: 20px;
}

.sub-headline {
        font-size: 1.5em;
        color: rgb(64, 244, 64);
        margin-bottom: 20px;
}

/* transport */
#transport {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 20px;
}

#transport img {
        height: 300px;
        width: auto;
        border-radius: 8px;
}

#transport p {
        flex: 1 1 300px;
        margin: 20px;
}

/* Cafeteria */
#cafteria {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 20px;
}

#cafteria img {
        height: 300px;
        width: auto;
        border-radius: 8px;
}

#cafteria p {
        flex: 1 1 300px;
        margin: 20px;
}