body {
    background: #211416;
}

#human {
    color: #B49671;
    font-family: Elsie, garamond;
    font-size: 3rem;
    position: relative;
}

#human-image {
    max-width: 95vw;
}

#human a {
    text-decoration: none;
    color: #594742;
    letter-spacing: 5px;
    text-shadow: 1px 1px #2D1C1C;
}

#human a:hover {
    color: #6F5A54;
}