html,
body {
    --shrub-page-bg: url('/camo.png');
    min-height: 100%;
    background-color: #000000;
    background-image: var(--shrub-page-bg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body,
body * {
    color: #ffeb3b;
    font-family: "Times New Roman", Times, serif;
}

a,
a:visited,
a:hover,
a:active,
nav a,
header a {
    color: #ffeb3b;
}

a:hover,
a:focus,
a:hover *,
a:focus *,
nav a:hover,
nav a:focus,
nav a:hover *,
nav a:focus *,
header a:hover,
header a:focus,
header a:hover *,
header a:focus * {
    background: #ffeb3b;
    color: #2f3b12;
}

header,
footer,
nav,
article,
blockquote {
    background: transparent;
}

blockquote {
    border-left: 2px solid #ffeb3b;
}
