body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #111;
    color: white;
}

.image-compare-container {
    text-align: center;
    padding: 40px 20px;
}

.image-compare {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 30px;
}

#m05T{
    font-weight: lighter;
    font-style: italic;
    font-size: smaller;
}

.image-box {
    max-width: 960px;
}

.image-box h2 {
    margin-bottom: 10px;
}

.image-box img {
    width: 100%;
    max-width: 960px;
    height: auto;
    border: 4px solid white;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    border-radius: 10px;
}


.accessibility-note {
    margin-top: 15px;
    font-size: 14px;
    color: #f0f0f0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    border-radius: 8px;
    font-style: italic;
    max-width: 90%;
}
