body{
    background-color: black;
    
}
h1{
    color: red;
    text-align: center;
    font-size: 50px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
table  {
    border: 3px solid red;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
table td {
    border: 3px solid red;
    text-align: center;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}
table th{
    border: 3px solid red;
}
.u{
    width: 40%;
    font-size: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
}
.e{
    text-align: center;
    font-size: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
}