img {
    width: 100%;
    display: block;
    margin: 0.6em auto;
}

span a {
    text-decoration: none;
    font-style: normal;
    font-size: 1.2rem;
}

@media screen and (min-width: 720px) {
    img {
        width: 70%;
    }
}
