body {
    background-color: black;
}

h1 {
    color: blue;
}

p {
    color:green;
}

img { max-width: 100%; height: auto }