html {
    background: #191618;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 100;
    text-rendering: optimizeLegibility;
}

body {
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
}

div {
    margin-left: 10px;
    margin-top: 10px;
    padding-bottom: 30px;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.2em;
}

a {
    color: inherit;
    text-decoration: inherit;
}

h1,
a:hover {
    color: #da3a2d;
    text-decoration: underline;
}

img {
    display: block;
    max-width: 95vw;
    width: 50vw;
    min-width: 1vw;
    height: auto;
    user-drag: none;
    cursor: pointer;
}

button {
    margin-right: 4px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 1.2em;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 100;
    background-color: #191618;
    color: #da3a2d;
    outline: none;
    border: none;
    cursor: pointer;
}

button:hover {
    box-shadow: -5px 0px 0px 0px #da3a2d
}