body {
    background-color: black;
}

h1 {
    color: white;
    text-align: center;
}

p {
    color: white;
    text-align: center;
}

nav {
    color: white;
    text-align: center;
}

img {
    display: block;
    width: 50%;
    height: 50%;
}