body {
    background-color: #1e1e1e;
    }

h1 {
    text-align: center;
    font-size: 30px;
    color: antiquewhite;
}

img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    height: auto;
}