@font-face {
    font-family: ScaryHalloween;
    src: url(/fonts/ScaryHalloween.ttf);
}

body {
    background-color: #000;
    margin: 0px;
    padding: 0px;
    font-family: ScaryHalloween;
    font-size: 100%;
    color: rgba(255, 141, 0, 1.00);
}

header {
    width: 100%;
    position: relative;
    height: auto;
    padding-top: 10px;
    text-align: center;
    font-size: 2em;
}

#centeringDiv {
    height: auto;
    margin: 0px auto;
    position: relative;
    background-color: #000;
    padding: 0;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.thumbnail {
    height: 200px;
    width: auto;
    margin: 5px;
    float: left;
}

footer,
footer a {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgba(255, 141, 0, 1.00);
    clear: both;
    width: 100%;
    font-size: 0.8rem;
    text-align: center;
    height: auto;
    padding: 5px;
}