body {
    width: 100%;
    background-color: #fffaf0;
    color: #032200;
    text-align: left;
    font-family: 'Courier New', Courier, monospace;
    padding: 2%;
}

title {
    font-weight: bold;
}

h1 {
    display: none;
}

#skip {
    position: absolute;
    top: -400px;
}

img {
    display: flex;
    border-radius: 5px;
    max-width: 600px;
    min-width: 200px;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}