<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.image-section {
    width: 50%;
}

@media (max-width: 768px) {
    .container-visiting {
        flex-direction: column;
        align-items: center;
        width: 80%;
    }
    .image-section {
        width: 100%;
    }
}

.uploadArea {
    margin-top: 0;
}</pre></body></html>