@font-face {
    font-family: 'repetition-scrolling.regular';
    src: url(repetition-scrolling.regular.ttf);
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: black;
    overflow: hidden;
    font-family: transuranium;
}

.wrapper {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr minmax(50px, 600px) 1fr;
    grid-template-rows: 1fr minmax(50px, 600px) 1fr;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 8px;
}

.header {
    font-family: 'repetition-scrolling.regular', 'bulky-pixels.regular', 'transuranium.regular', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 4rem;
    color: lightblue;
    padding-bottom: 1rem;
    margin: auto;
}

.bbrc {
    flex: 1 1 auto;
    object-fit: contain;
}

.footer {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1rem;
    color: white;
    padding-top: 1rem;
}

.footer svg {
    margin-right: 10px;
    position: relative;
    top: 4px;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    color: lemonchiffon;
}

a:active {
    color: lemonchiffon;
}