
body, body *
{
    background-color: black !important;
    color: yellow !important;
    font-size: 105%;
}
body, .lista a, footer
{
    font-size: 125% !important;
}

nav ul li a{
    background-color: rgb(54, 51, 51) !important;
}
nav ul li{
    background-color: rgb(54, 51, 51) !important;
}
nav ul{
    background-color: rgb(54, 51, 51) !important;
}

.main-content, .hatter
{background-color: black !important;}


textarea,input,select,button
{
    background-color: white !important;
    color: black !important;
    font-size: larger !important;
}

h1
{
    font-size: 200% !important;
}

table
{
    font-size: 80% !important;
}

li{
font-size: 200% !important;
}


