/* styles.css */
body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
}

.container {
    text-align: center;
}

.header-text {
    font-size: 40px;
    margin-bottom: 20px;
}

.images-row {
    display: flex;
    justify-content: center;
    gap: 20px;
}
{color;red}
.center-image {
    width: 300px; /* Adjust as needed */
    height: auto;
}

.footer-text {
    font-size: 20px;
    margin-top: 20px;
}
