/*
CSS for Section 4: Projects
*/

#section-4 {
    background-color: var(--secondary-bg-color);
    color: var(--secondary-text-color);
    padding: 60px 20px;
}


#section-4 h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5em;
}