body{
    background-color: black;
    color: white;
    font-family: "Courier New", Courier, monospace;
    transition: 0.03s;
    margin: 2vw;
    margin-right: 4vw;
    margin-left: 4vw;
    padding: 1vw;
    padding-top: 0;
    font-size: 1.3vw;
    border-radius: 1rem;
    border: dotted;
}

header{
    text-align: center;
}
header img{
    width: 100%;
}
h3{
    background-color: white;
    color: black;
    font-size: 2vw;
    border: solid;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0.5vw;
}
p{
    font-size: 1vw;
    margin: 0;
}

.comic-chunks{
    display: flex;
    flex-wrap: wrap; 
    gap: 1vw;
}

.comics{
    display: flex;
    flex: 1 1 300px;
    margin-left: auto;
    margin-right: auto;
  font-size: 0.2vw;
}

.comics img{
    min-width: 20vw;
    width: 40vw;
    transition: 0.3s;
    display: block;
}


.strip{
    width: fit-content;
    height: fit-content;
    text-align: center;
    box-sizing: border-box;
    border: solid; 
    border-radius: 1vw;
    margin-left: auto;
    margin-right: auto;
}

.bottom{
    border-bottom-left-radius: 0.5vw;
    border-bottom-right-radius: 0.5vw;
}