body {
    background-color: #242020;
    color: #aca098;
}

a {
    color: #b89870;
    text-decoration: none;
}

a:link {
    color: #b89870;
    text-decoration: none;
}

a:visited {
    color: #b89870;
    text-decoration: none;
}

a:hover {
    color: #b89870;
    text-decoration: none;
}

a:active {
    color: #b89870;
    text-decoration: none;
}

div#middlebox {
    margin: 0 auto;
    max-width: 50em;
}

div#about {
    background-color: #100c08;
    border: thin solid #987040;
    border-radius: 1em;
    overflow: hidden;
    padding: 1em;
    min-width: 40em;
}

div#about p {
    font-size: large;
    text-indent: 1em;
}

div#about p.first:first-letter {
    font-size: xx-large;
}

img#avatar {
    width: 15em;
    margin: 0.2em;
}

div.slinks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

div.slink {
    border: thin solid #987040;
    border-radius: 0.5em;
    padding: 0.2em;
    margin: 0.5em;
    display: inline-flex;
    min-width: 10em;
    justify-content: center;
    align-items: center;
}

div.slink img {
    vertical-align: middle;
}

div.slink a {
    color: #aca098;
    border: none;
    text-decoration: none;
    font-weight: bold;
}

div.slink a:link {
    color: #aca098;
    border: none;
    text-decoration: none;
    font-weight: bold;
}

div.slink a:visited {
    color: #aca098;
    border: none;
    text-decoration: none;
    font-weight: bold;
}

div.slink a:hover {
    color: #aca098;
    border: none;
    text-decoration: none;
    font-weight: bold;
}

div.slink a:active {
    color: #aca098;
    border: none;
    text-decoration: none;
    font-weight: bold;
}

img#avatar {
    float: left;
}
