body {
    background-image: url(/images/bg-retro-sky.jpeg);
    font-family: 'Jersey 10';
}
main {
    margin: auto;
    text-align: center;
    color: white;
    min-height: calc(100vh - 4rem);
    max-width: 80%;
    image-rendering: pixelated;
    background: #000;
    border: 10px solid transparent; /* Required for border-image */
    padding: 15px;
    border-image: url(/images/blackretrodialog-9.png) 64 round;
    border-image-outset: 5px;
}
footer {
    text-align: center;
    bottom: 0;
    height: 4rem;
}
h1,h2,h3,h4 {
    font-family: 'Press Start 2P';
}
.champlain-logo {
    background-color: #FFFFFF;
}
.item {
    display: inline-block;
    border: 10px solid transparent;
}
.item:hover {
    border: 10px solid transparent; /* Required for border-image */
    border-image: url(/images/blackretrodialog-9.png) 64 round;
}
.itemname {
    font-size: 48pt;
    color: white;
}
#wehatecorpobs {
    font-size: 24pt;
}