
body {
    font-family: Arial, Helvetica, sans-serif;
       background-image: url("../images/background1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    color: #1f2d2b;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fdfdfb;
    padding: 30px;
}

header {
    text-align: center;
    margin-bottom: 30px;
}

.logo {
    max-width: 180px;
    margin-bottom: 20px;
}

.cta {
    display: inline-block;
    background-color: #4a6fa5;
    color: #ffffff;
    padding: 14px 24px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 6px;
}

h1 {
    font-size: 28px;
    text-align: center;
}

.subtitle {
    text-align: center;
    font-size: 18px;
}

h2 {
    font-size: 22px;
    margin-top: 30px;
}

ul, ol {
    font-size: 18px;
}

footer {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #555;
}
