div#ThreeDArt>img,div#TwoDArt>img{
    height:200px;
    width:auto;
    border-radius: 20px 20px;
}
.image-showcase{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap:5px;
}
#fullscreenimage{
    margin-left: auto;
    margin-right: auto;
    margin-bottom:auto;
    margin-top:auto;
}
#fullscreen{
    width:100vw;
    height: 100vh;
    position:fixed;
    background-color: rgba(0, 0, 0, 0.515);
}
.landscape-image{
    max-width:100vw;
    width:auto;
    height:auto;
    max-height:100vh;
}
.portrait-image{
    max-height:100vh;
    height:100%;
    width:auto;
}