body {
    text-align: center;
    color: azure;
    background-color: #171717;
    padding: 0px;
    font-family: monospace;
/*    overflow-y: auto; */
}

h1 {
    font-size: 350%;
    margin: 0;
}

a {
    color: aqua;
    font-size: 2vw;
    font-family: monospace;
    font-style: italic;
}

img {
    max-width: 50%;
}

p {
    font-size: 2vw;
    text-align: left;
}

li {
    font-size: 2vw;
    text-align: left;
}

h2 {
    font-weight: bold;
    margin: 0;
    font-size: 300%;
}

.author {
    text-align: center;
    margin: 0;
    padding: 0;
}

.caption {
    text-align: center;
    margin: 0;
}

.ok {
    font-size: 100%;
}