body{
    background-color: rgb(24, 23, 23);
}
h3{
    font-size: 25px;
    color:white;
}
h2{
    color:white;
}
ul{
    color:white;
}
ol{
    color:white;
}
li{
    color:white;
}

.center{
    text-align: center;
}
.background{
    background-color: black;
}
.dateitalics{
    text-align:right;
    text-align:right; 
    font-style: italic;
    margin:0em;

}
p{
    color:white;
}
.background{
    color:black;

}
.grey{
    color: gray;
}
.white{
    color: white;
}
.directory{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
}