img {
    width: 100%;
}

.content {
    width: 80%;
    max-width: 540px;

    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;

    font-family: 'Consolas';
    font-weight: bold;
}

p:first-of-type {
    margin-top: 100px;
}

a,
a:hover,
a:visited,
a:active {
    text-decoration: none;
}