
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
}
header {
    text-align: center;
    margin-bottom: 30px;
  }

main {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0;
}

section {
    margin-bottom: 30px;
}

h1 {
    font-size: 28px;
    color: #004a99;
    margin-bottom: 15px;
}

h2 {
    font-size: 24px;
    color: #004a99;
    margin-bottom: 15px;
}

h3 {
    font-size: 20px;
    color: #004a99;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    margin: 10px 0;
}

ol {
    margin: 10px 0;
    padding-left: 20px;
}

ol li {
    margin-bottom: 10px;
}

a {
    color: #007BFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.contact-info {
    background-color: #e9f5ff;
    padding: 15px;
    border-left: 5px solid #004a99;
    margin-top: 20px;
}

.contact-info p {
    margin: 5px 0;
}

