body {
    margin: 0;
    padding: 0;
    font-family: helvetica, serif;
    background-color: #041F9D;
}

@font-face {
    font-family: 'ITC Korinna';
    src: url('korinnaitc.ttf');
}

@font-face {
    font-family: 'Swiss 911';
    src: url('swiss911_ucm_bt.ttf');
}

.board {
    margin: 0 auto;
}

.category {
    width: 16.66667%;
    float: left;
    background-color: #000;
}

.category-header {
    display: table;
    width: 100%;
    height: 75px;
    background: gray;
    padding: 1.5%;
    text-shadow: 2px 2px 2px #000;
    text-transform: uppercase;
}

.category-header p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 50px;
    background: #041F9D;
    height: 115px;
    font-family: 'Swiss 911';
}

.question {
    background-color: #041F9D;
    display: table;
    width: 97%;
    margin: 1.5%;
    height: 115px;
    border-radius: 10px;
}

.question p {
    color: #EDA958;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 100px;
    font-weight: bold;
    text-shadow: 3px 3px 2px #000;
    font-family: 'Swiss 911';
}

.current-question {
    background-color: #041F9D;
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}

.current-question div {
    display: table-row;
}
.current-question p {
    font-size: 90px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 8px 8px 2px #000;
    padding: 0 200px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    font-family: 'ITC Korinna', helvetica, serif;
    line-height: 1.1em;
    height: 40vh;
}

.current-question img {
    display:   table-cell;
    text-align: center;
    vertical-align: middle;
    height: 50vh;
    margin: auto;
}

.final-jeopardy {
    background-image: url('../final-jeopardy.png');
    background-repeat: no-repeat;
    width: 80%;
    height: 750px;
    margin: 0 auto;
    background-size: cover;
}
