/* ai.css */

/* Importing the main styles */
@import url('style.css');

/* Specific styles for ai.html */

/* Styles for the AI section */
#ai {
    background-color: #e8f5e9;
    padding: 20px;
    border-radius: 5px;
}

#ai h2 {
    color: #2e7d32;
}

#ai p {
    color: #1b5e20;
}

#ai img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}

/* Styles for the AI Impact section */
#ai-impact {
    background-color: #e3f2fd;
    padding: 20px;
    border-radius: 5px;
}

#ai-impact h2 {
    color: #1565c0;
}

#ai-impact p {
    color: #0d47a1;
}

#ai-impact img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}
