#main_content {
    background-color: #ffffff;
}

.list_comic_image_container {
    /* width:150px; */
    /* max-height: 120px; */
    position: relative;
}

.box_comic_image_container .image_label,
.list_comic_image_container .image_label {
    position: absolute;
    bottom: 0px;
    width: 100%;
    opacity: 0.9;
    padding: 0 5px;
}

.list_comic_image_container img {
    width: 100%;
    /* height: 100%; */
    max-height: 120px;
    object-fit: cover;
}

.box_comic_image_container {
    position: relative;
    height: 120px;

}

.box_comic_image_container img {
    width: 100%;
    height: 120px;
    /* min-height: 100px;
  max-height: 120px; */
    object-fit: cover;
}


.sidebar_container {
    /* position: sticky;
    top: 60px; */
    /* background-color: #eeeeee; */
    /* height: 100%; */
    /* min-height: 300px; */
    padding: 6px;
}


.navigation_menu_container {
    background-color: #004aad;
}

header {
    background-color: #ffffff;
}
