body {
    background-color: #f0f8ff; /* A nice light blue color */
    font-family: Arial, sans-serif;
    text-align: center;
    color: #333333;
}

/* This styles your main heading */
h1 {
    color: #2c3e50;
    margin-top: 50px;
}

/* This makes sure your image stays a nice size */
.center-image {
    max-width: 400px;
    border-radius: 10px; /* Rounds the corners of the picture */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Adds a soft shadow */
}