body{
     font-family: Arial, Verdana, sans-serif;
background-color: black;
}
h1 {
    color:#ffff00;
    font-size: 150px;
       text-align: center;
}
h2 {
    color:#ffff00;
    font-size: 75px;
       text-align: center;
}
ul {
    color:#ffff00;
    font-size: 40px;
}

a {
    color:#ffff00;
    font-size: 50px; } 
p {
    color:#ffff00;
    font-size: 50px;
}
tr {
width: 100%;
background-color:ffff00;
    color:black;
    font-size: 50px;
       text-align: center;
}