html, body {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    background-color: #131313;
    font-family: "OCR-A","OCRA","OCR A","Arial",sans-serif;
}


footer {
    position: relative;
    bottom: 1em;
    padding: 0.75em 1em;
    font-size: 0.75em;
}

a:link, a:visited {
    color: inherit;
    border: none;
    outline: none;
    text-decoration: none;
}

a:hover {
    border-bottom: dotted 1px #00FFFF;
    color: #00FFFF;
}

#content {
    width: fit-content;
    margin: 2em auto;
}

#gcImagemg {
    border: solid 0.1em #000000;
}

#timestamp {
    font-size: 12px;
    color: #FFFFFF;
}

#timestamp::before {
    content: "Last Updated: ";
    color: #00FFFF;
}

