@charset "utf-8";

/* index-styles.css for Lab 10, index.html in C6P2 Web Development Internship - Brittany Thompson, December 1, 2025 */

main {
    display: flex;
    justify-content: space-evenly;
}

.section1 {
    width: 40%;
    margin: 2%;
}

.section2 {
    width: 60%;
    margin: 2%;
}

main {
    font-size: large;
    line-height: 2em;
}

h2 {
    font-size: 200%;
    padding: 2% 0 2% 0;
}

h3 {
    font-size: larger;
    padding: 2% 0 2% 0;
}