body{
    background-color: black;
}
button{
    color: white;
    height: 35px;
    background-color: rgb(38, 160, 38);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.h1x{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}
table{
    border-collapse: collapse;
    border: 10px solid black;
    background-color: brown ;
    color: white;
}
tr,th{
    text-align: center;
    border-collapse: collapse;
    border: 8px solid BLACK;
}
p{
    text-align: center;
}
