body {
    background-color: rgb(0, 0, 0);
}
h1 {
    color: white;
    text-align: center;
}  
h2 {
    color: white;
    text-align: center;
}  
h3 {
    color: rgb(255, 255, 255);
    text-align: center;
} 
h4 {
    color: rgb(255, 255, 255);
    text-align: center;
}   
p {
    color: rgb(255, 255, 255);
    text-align: center;
}    
img {
    max-width: 100%;
}
a:link {
    color: rgb(0, 170, 255);
}
