.container
{
    display: flex;
    flex: 1;
    /* flex-direction: column; */
    /* width: 100%;
    height: 100%; */

    background-color: var(--alternateBg);
    
    border-radius: 10px;
    /* box-shadow: 0 0 5px 5px var(--menuShadowColor); */
    

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);

}

.prev,
.next
{
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0.5em; */
    /* let the SVG decide its intrinsic size */
    cursor: pointer;
}

#slideImage
{
    height: 100%;
    width: 100%;
    aspect-ratio: 1;

    /* border: 1px solid blue; */

    flex: 8;
}