.container {
    text-align: center; /* Center the image horizontally */
    margin-top: 50px; /* Add some space above the content */
}

img {
    max-width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
}
