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

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

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

.img-circles {
    margin-top:2em;
}

.img>img {
    width: 4.75em;
}

.img-circles>img {
    width: 22em;
}

p, ul {
    width: 80vw;
    margin:auto;
    margin-top:0.5em;
    text-align: center;
    font-style: italic;
}

a {
    color:black;
    text-decoration: none;
}

span {
    color: black;
    transition: 1s;
}

span:hover {
    transition: 0s;
}