@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #124673;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

header {
    text-align: right;
    margin-bottom: 40px;
}

.logo {
    max-width: 150px;
    height: auto;
}

h1 {
    color: #124673;
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 700;
}

h2 {
    color: #124673;
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 700;
}

p {
    margin-bottom: 16px;
    font-size: 16px;
}

ul {
    margin-bottom: 16px;
    padding-left: 24px;
}

li {
    margin-bottom: 8px;
}

a {
    color: #124673;
    text-decoration: underline;
    font-weight: 600;
}

.footer {
    margin-top: 60px;
    font-size: 14px;
    color: #666;
    border-top: 1px solid #eee;
    padding-top: 24px;
    text-align: center;
}

strong {
    font-weight: 700;
}
