.cat {
    margin: auto;
    width: 312px;
    border: 3px solid black;
}
.cat_item {
    width: 150px;
    height: 96px;
    text-align: left;
    position: relative;
    display: block;
    border: 3px solid black;
}
.cat_item_title {
    font-weight: bold;
}
.cat_item_description {
    font-weight: 300;
}
.cat_img_text {
    position: absolute;
    top: 0;
    left: 0;
}
.cat_img_bg {
    display: block;
    opacity: 0.1;
    top: 0;
    left: 0;
    width: 150px;
    height: 96px;
    object-fit: cover;
}
.blank {
    text-decoration: none;
    color: black;
}
.arse {
    margin: 0;
}
.comicpanel {
    border: 3px solid black;
    width: 151px;
}
.container {
    margin: auto;
    width: 720px;
}
.comicy {
    width: 320px;
    height: 490px;
    padding: 10px;
    overflow: scroll;
    border: 3px solid black;
    background-color: black;
    margin: 0;
}
.metadaty {
    width: 320px;
    height: 490px;
    padding: 10px;
    background-color: white;
    color: black;
    border: 3px solid black;
    float: right;
    overflow: scroll;
    margin: 0;
}
.transcript {
    font-family: 'Courier New', Courier, monospace;
}