body {
    text-align: center;
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    padding-top: 50px;
}
h1 {
    color: #ff6600;
    font-size: 48px;
}
p {
    font-size: 20px;
    color: #333;
}
img {
    margin-top: 30px;
    width: 500px;
    border-radius: 10px;
}