.comic-gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.comic-container{
    height:500px;
    width: 400px;
    margin: 4px 4px;
}

.comic-container a{
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
}

.comic-container img{
    align-self: center;
    width: 100%;
    height: fit-content;
}

.comic-display{
    display:flex;
    flex-direction:column;
    align-items: center;
}

.comic-preview{
    width:100%;
}

.comic-page-portrait{
    width:50%;
    height:auto;
}