body {
    background-color: #0f0f0f;
    margin: 0;
    padding: 0;
}

h1 {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}

p {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    margin: 10px 0;
    font-family: 'Times New Roman', serif;
}

img {
    display: block;
    margin: 200px auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}