:root {
    background: black; 
    color: white; 
}
::selection {
    background: white; color: black; 
}
main a:hover {  
    background: white; color: black; 
}
a {
    color: white; 
}
#spec .list { 
    color: #383838;
}