.anton-regular {
    font-family: "Anton", serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-condensed-<uniquifier> {
    font-family: "Roboto Condensed", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.roboto-slab-<uniquifier> {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

body {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 794px;
    min-width: 600px;
    height: 100vh;

    border-left: 4px solid black;
    border-right: 4px solid black;

    background-image: url("background-image.png");
    background-repeat: repeat;
}

.container {
    height: 100%;

    background-image: url("173999340322778893.webp");
    background-repeat: repeat;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.header-navigation {
    background: black;
}

.header-navigation a:link { color: papayawhip; }
.header-navigation a:visited { color: peachpuff; }
.header-navigation a:hover { color: khaki; }
.header-navigation a:active { color: darkkhaki; }

.promo-banner {
    align-self: flex-start;
    width: 100%;
    text-align: center;
    background: papayawhip;
    border-bottom: 4px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.promo-banner * {
    margin: 5px;
    padding: 0;
}

h1 {
    font-family: "Anton", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 55pt;
}

.image-container {
    width: 100%;
    flex-grow: 10;

    display: flex;
    flex-direction: column;
    justify-content: center;

    text-align: center;
}

.promo-image {
    width: 90%;
    height: 90%;
    max-width: 600px;
    max-height: 600px;

    margin: auto;

    border: 4px solid black;

    filter: brightness(80%) contrast(140%) grayscale(100%) sepia(60%);
    -webkit-filter: brightness(80%) contrast(140%) grayscale(100%) sepia(60%);
    -moz-filter: brightness(80%) contrast(140%) grayscale(100%) sepia(60%);
    -o-filter: brightness(80%) contrast(140%) grayscale(100%) sepia(60%);
    -ms-filter: brightness(80%) contrast(140%) grayscale(100%) sepia(60%);
}

.footer-copyright {
    width: 100%;
    align-self: flex-end;

    text-align: center;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: black;
    color: papayawhip;
}

.footer-copyright * {
    margin: 5px;
    padding: 0;
}