body {
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    text-align: center;
    flex-direction: column;
}

.container {
    max-width: 800px;
    padding: 20px;
}

h1 {
    font-size: 3em;
    margin-bottom: 30px;
}

img {
    max-width: 100%;
    height: auto;
    border: 2px solid white;
    margin-top: 20px;
    margin-bottom: 20px;
}

p {
    font-size: 1.2em;
}