body {
    background-color: black;
}

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

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

footer {
    color: lightgray;
    text-align: center;
}

.cute-bunny {
    display: block;
    margin: auto;
    width: 50%;
}

.content-container {
    background-image: linear-gradient(to bottom, black, blue, green, black);
    height: 40vh;
}