body {
    background-color: #242424;
    color: #EEEEEE;
}
h1 {
    text-align: center;
}
p {
    margin: 10%;
}
a {
    color: #005694;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover; /* or contain */
}
