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

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

header h1 {
    font-size: 2.5em;
}

section {
    padding: 10px;
    margin-bottom: -2px;  /* Optional: decreases space between sections */

}

footer {
    background-color: #808080;
    color: white;
    text-align: center;
    font-size: 12px;
    padding: 4px;
    width: 100%;
    margin-top: 5px; /* Optional: Space between footer and last section */
}
