
div.content img:first-of-type {
    display: block;
    width: 100vw;
    max-height: 100vh;
    object-fit: cover;
}

p {
    max-width: 100%;
    padding-right: 0;
}
h1 {
    font-size: 2rem;
}
div.content > h1 {
    display:none;
    padding: 1rem auto;
    font-size: 1rem!important;
    font-family: monospace;
}
div.content > h2 {
    font-size: 1.5rem;
}
div.content > h3 {
    font-size: 1.1rem;
}
div.content img {
    display: block;
    margin: 0.75rem auto;
    max-width: 80%;
}
div.my-2 > a {
    margin: .25rem 0rem;
}