.dark {
    background-color: #1a202c;
    color: #e2e8f0;
}

#imageContainer {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.image-container {
    max-width: 80%;
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

