/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

h1, h2 {
    text-align: center;
    margin-bottom: 10px;
}

p {
    margin: 0 auto 20px;
    max-width: 800px;
    text-align: center;
}

/* Banner Styles */
.banner {
    background: url('../assets/banner.png') no-repeat center center/cover;
    color: white;
    text-align: center;
    /*padding: 100px 20px;*/
}

/* Section Styling */
section {
    padding: 20px;
}

/* Footer Styles */
footer {
    background-color: #222;
    color: white;
    text-align: center;
    padding: 10px 0;
}
