body { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin: 2vw 3vw; font-size: 1.4rem; font-family: 'Times New Roman', Times, serif; line-height: 1.25; } #bottom { margin-bottom: 0.5rem; } img { display: block; margin-left: auto; margin-right: auto; width: 340px; height: auto; margin-bottom: 2rem; } h2, h3 { margin: 2rem auto; color: grey; } h2 { font-size: 1.7rem; } h3 { font-size: 1.4rem; text-decoration-line: underline; } #indent { text-indent: 1.6rem; } @media screen and (min-width: 601px) { body { width: 60%; margin: auto; font-size: 18pt; border: 8px outset black; border-radius: 0.25rem; padding-left: 3rem; padding-right: 3rem; } img { width: 400px; height: auto; } h2 { font-size: 22pt; margin-bottom: 3rem; text-align: center; } h3 { font-size: 19pt; margin-top: 3rem; } }