body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    background: #f4f4f4;
    color: white;
    padding: 10px 0;
    text-align: center;
}

.container {
    max-width: 800px;
    margin: 20px auto;
    background: white;
    padding: 20px;
}

.resized-image {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
}

h1 {
    color: #333;
    font-size: 1.5em; /* Adjust this size as needed */
}

h2 {
    color: #333;
    font-size: 1.0em; /* Adjust this size as needed */
}

footer {
    text-align: center;
    padding: 10px;
    background: #f4f4f4;
    color: #333;
    position: fixed;
    width: 100%;
    bottom: 0;
}
