
.content {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

h1, h2, p, img {
    text-align: center;
}

h2, h4 {
    color: #d79921;
    text-decoration: none;
}

span > a {
    color: #458588;
}

img {
    display: inline-block;
}

li:hover {
    color: #458588;
}

a img:hover {
    background: rgba(0, 0, 0, 0);
    transition: .3s;
    transform: scale(1.5, 1.5);
}

img[src$='#resized'] {
    width: 48px;
}

img[src$="#avatar"] {
    height: 225px;
    border: 1px solid black;
    border-radius: 20px;
}