body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}
header {
    background-color: #3e8e41;
    color: white;
    padding: 20px;
    text-align: center;
}
nav {
    margin: 15px 0;
    text-align: center;
}
nav a {
    margin: 0 15px;
    color: #3e8e41;
    text-decoration: none;
    font-weight: bold;
}
section {
    padding: 20px;
}
footer {
    background-color: #3e8e41;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: relative;
    width: 100%;
    bottom: 0;
}
