style>
p{
     font-family: '#####';
     font-size: 120%;
     color: white;
     text-transform: lowercase;
}
h1,h2,h3,h4,h5{
     font-size: 150%;
     color: white;
     text-transform: lowercase;
}
a{
     color: white;
}

body{
     background-color: black;
}
main{
     background-color: black;
}
.table-section{
     background-color: grey;
}
footer{
     background-color: black;
}

:root {
     --logo-blue: black;
     --darker-blue: darker-blue;
     --lighter-blue: black;
     --even-lighter-blue: black;
     --lightest-blue: black;
     --dark-orange: white;
     --light-orange: grey;
     --even-lighter-orange: black;
     --green: red;
}

</style>