/* General styles */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #41B3A3;
    color: #085DCB;
}

/* Header styles */
header {
    background-color: #C38D9E;
    padding: 10px 0;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 2rem;
}

/* Main content styles */
main {
    padding: 10px;
    text-align: center;
}

main h2 {
    font-size: 1.5rem;
}

/* Footer styles */
footer {
    background-color: #E8A87C;
    padding: 10px 0;
    text-align: center;
    font-size: 0.9rem;
}

/* Logo styles */
#logo {
    width: 600px; /* Adjust this value to change the logo size */
    display: block;
    margin: 0 auto;
}
