body {
    background-color:black;
    color: #544442;
}



.table-responsive {
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-responsive tr {
    line-height: 30px !important;
}
.table-responsive td {
    text-align:center !important;
}

.table-responsive thead {
    font-size:25px !important;
    color: #8F0000 !important;
}


.topic {
    margin-bottom:35px;
    font-size: 25px;
}

@font-face {
font-family: '8bit_regular';
font-weight: normal;
src: local('8bit_regular'), url('/8bit_regular.woff') format('woff');
}

@font-face {
font-family: '8bit';
font-weight: normal;
src: local('8bit'), url('/8bit.woff') format('woff');
}

@font-face {
font-family: 'mrhorror';
font-weight: normal;
src: local('mrhorror'), url('/mrhorror.light.woff') format('woff');
}





h1,h2,h3, table {
	font-family: '8bit' !important;
}

body p, h1,li,h4{
	font-family: '8bit_regular' !important;
}

@media only screen and (max-width: 600px) {
  .table-responsive thead {
    font-size:20px !important;
}
}



