/* External CSS file: main.css */

@media only screen and (max-width: 600px) {
    /* Center-align text */
    .about-container p,
    .about-container h2 {
        text-align: center;
        padding: 10px;
    }
}
