body { 

background-color: black; }

h1,p {

color: red;
text-align: center

}


table {

border: 1px solid blue;
background-color: black;
text-align: center;
width: 100%;

}

th, td {

border: 1px solid red;
color: red;

}

th {

height: 100px;

}
<!the colon hover is a phsyudoselector>
a:hover {
color: orange;

}

.subtitle {

color: steelblue;

}