body {
    font-family: sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333;
}

header {
    background: #007bff;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}

main {
    padding: 1rem;
    max-width: 800px;
    margin: 20px auto;
}

section {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
}

h1, h2, h3 {
    color: #007bff;
}

h1 {
    color: #fff;
}

.step {
    margin-bottom: 1rem;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    background: #e7f3ff;
    padding: 10px;
    margin-bottom: 5px;
    border-left: 5px solid #007bff;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    padding: 1rem 0;
    background: #333;
    color: #fff;
}

.partner-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.partner-logos img {
    height: 90px;
    border: 1px solid;
    padding: 2px;
}

.image_anchor {
    color: inherit;
    text-decoration: none;
}

.image_anchor:hover {
    text-decoration: underline;
}

.image_anchor_header {
    color: inherit;
    text-decoration: none;
}

.image_anchor_header:hover {
    text-decoration: underline;
}

.image_anchor_header img {
    height: 40px;
    border: 1px solid;
    padding: 0px;
}
