* {
    background-color: #eeeeee;
    font-family: 'Courier New', Courier, monospace;
}

h2 {
    text-align: center;
    font-size: 1em;
    margin-bottom: 8em;
    margin-top: 0.25em;
}

.img {
    display: flex;
    justify-content: center;
    margin-top:2em;
}

.img>img {
    width: 4.75em;
}

p, ul {
    width: 25em;
    margin:auto;
}