body{
    background-color: black;
}
*{
    color:white ;
}
h1{
    font-family:Arial, Helvetica, sans-serif;
    font-style:bold;
    text-decoration: underline;
}
h2{
    font-family:Arial, Helvetica, sans-serif;
    font-style: bold;
    
}
a{
    font-family: "arial";
    color:blue;
}
footer{
    font-style: italic;
    color: rgb(141, 28, 28);
}