h2 {
    margin-top: .8em;
    margin-bottom: .3em;
}

p {
    margin-bottom: 1em;
}

li {
    margin-bottom: .5em;
}

main p, main li {
    font-size: 84%;
    line-height: 100%;
    letter-spacing: -2%;    
}

#prompt {
    position: absolute;
    right: 0;
    top: 0;
    padding: .2em;
    background-color: lightyellow;
    border-radius: .3rem;
    border: solid 1px darkgray;
}

img {
    float: right;
    width: 40%;
    max-width: 300px;
    margin: 0 0 1em 1.5em ;
    border: solid 1px black;
    border-radius: .3em;
    clear: right;
}

img.landscape {
    width: 60%;
    max-width: 550px;
}

video {
    max-width: 100%;
    height: auto !important;
}
