body,h2,h3,h4{
    font-size: 20px;
    color: #94AACF;
    font-family:  'Courier New';
    font-weight: 100;
    text-align: center;
    background-color: black;
    
}
h1{
    font-family:  'Times New Roman';
    font-size: 40px;
    color: #d09440;
    background-color: black;
}
.dragster img{
    filter:invert(1);
}
ul{
    color:#d09440;
    font-size:25px;
    font-family:"Brush Script MT";
}
table { 
    color:#d09440;
    font-size:25px;
    font-family:"Brush Script MT";
    table-layout: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    border-radius: 10%;
}
th,td{
    border-style: solid;
    border-color: white;
    border-width: 2px;
    border-radius: 10%;
}
ul{
    list-style-position: inside;
}
strong{

    color:#adc8f7;
    font-family:  'Courier New';
    font-weight:900;
}