@font-face {
    font-family: 'pixel';
    src: URL('assets/ThaleahFat_TTF.ttf') format('truetype');
  }

body{
    background-image: url("assets/bg_space_seamless.png");
    color: white;
    font-family: pixel;
    letter-spacing: 1px;

}

.table{
    color: white;       
    font-family: 'pixel';
    letter-spacing: 2px;
}

.table th{
    font-size: 30px;
}



.table td{
    font-size: 20px;
}


.table-striped tbody tr{
    background-color: #364c8f85 !important;
}

.table-striped tbody tr:nth-of-type(odd){
    background-color: #5574d280 !important;
}

h1{
    color: #FF000F;
}

h2{
    color: #FF8F00;
}