body {
    background-color: black;
    color: white;
}
a {
    color: white;
}
h1 {
    text-align: center;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}