/* General page styling */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f9;
    color: #333;
    text-align: center;
    margin: 40px;
}

/* Heading style */
h1 {
    color: #2c3e50;
}

/* Image style */
img {
    width: 300px;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}