.imageDisplay {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding-top: 1.3em;
    padding-bottom: 2em;
}

.imageElement {
    width: 100%;
    height: 100%
}