body {
    background-color: black;
    color: white;
}
address {
    color: white;
}
nav {
    color: aliceblue;
}

#first-paragraph {
    color: greenyellow;
}

.first-genre-paragraph {
    font-family: 'Times New Roman', Times, serif;
}.list-of-books {
    list-style: upper-roman;
}
table {

}

th, td {
        padding: 10px;
        border: thin #fff soldid;
}
td:hover {
    background-color: white;
    color: black
    ;
}
}