/* Yes I'm aware that this code is absolutely atrocious, I haven't slept. */

body {
    background-color: #262629;
    width: 100%;
    height: 100%;
    margin: 0;
}

a {
    color: #ffe299;
}

a:link {
    text-decoration: none; 
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.image {
    display: block;
    width: 58vmax;
    /*width: 27em;*/
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.obit {
    margin: 2em;
    text-align: center;
}

.text {
    color: #D1AA4A;
    font-family: 'Cormorant Garamond', serif;
}

.copyright {
    text-align: center;
    margin-top: 10em;
    margin-left: auto;
    margin-right: auto;
    color: #D1AA4A;
    font-family: 'Cormorant Garamond', serif;
}