﻿.image-view {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.image-view img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
