body, html {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, sans-serif;
}

.container {
    margin-top: 20px;
}

.images-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.images-row img {
    width: 15%; /* Adjust based on design preference */
}

.images-row .operator {
    font-size: 32px;
    margin: 0 10px; /* Space around the operators */
}

.centered-image {
    display: flex;
    justify-content: center;
}

.centered-image img {
    width: 25%;
}

h1 {
    font-size: 24px; /* Default size, editable via JS */
    color: #333;
}

