body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    background-color: #333;
    color: white;
    padding: 1rem 0;
    text-align: center;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

main {
    padding: 20px;
}

section {
    margin: 20px 0;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1rem 0;
    position: relative;
}

.footer-image {
    width: 100%;
    height: auto;
    max-height: 300px; /* Adjust this value as needed */
    display: block;
    margin-top: 10px;
}
.footer-image2 {
    width: 100%;
    height: auto;
    max-height: 200px; /* Adjust this value as needed */
    display: block;
    margin-top: 10px;
}
table {
    width: 100%;
    border-collapse: collapse;
    width: 100%;
    font-size: 10px;
}
table, th, td {
    border: 1px solid black;
}
th, td {
    padding: 5px;
    text-align: center;
}
