h2 {
    font: inherit;
    margin: 0;
    padding: 3vw 0 0 0;
}

h3 {
    font-size: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    line-height: 1.1;
    text-align: center;
    margin: 10px 0;
}

section>header,
article>header {
    font-family: "Monotype Corsiva";
    color: rgb(112, 78, 57);
    text-decoration: underline;
}

h4 {
    font-size: 26px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    line-height: 1;
    text-align: center;
    margin: 0 0 10px 0;
}
h4>a{
    font: inherit;
    color: inherit;
}

article {
    padding: 15px 20px;
    cursor: pointer;
    background-color: #ffe;
    box-shadow: 0 0 3px black;
}

article>img {
    width: 98%;
    display: block;
    margin: auto;
}

article>section{
    max-width: 100%;
}