@charset "utf-8";

/* artists-styles.css for Lab 10, index.html in C6P2 Web Development Internship - Brittany Thompson, December 1, 2025 */

main {
    display: flex;
    flex-direction: column;
}

.section2 {
    display: flex;
    justify-content: space-evenly;

}

article {
    width: 27%;
}

img {
    width: 85%;
    margin: 5%;
}

section {
    margin: 2%;
}