body {
    background-color: #5E6F42;
    color: #221E27;
    
}



h3 {
    font-family:"Abril Fatface", serif;
    font-size: 2.5em;
    font-weight: 400;
    line-height: 0;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style:italic;
    line-height: 0;
}

h4 a {
    text-decoration: none;
    color: #221E27;
    font-weight: bold;
}

.descrip {
    font-family: Arial, Helvetica, sans-serif;
    width: 70%;
    display: inline-block;
    text-align: center;
}

.comic {
    text-align: center;
}



.comic img {
    width: 75%;
    height: auto;

}