body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    color: #333;
    padding: 20px;
    margin: 0;
}

header {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.logo {
    width: 150px;
    height: auto;
    border-radius: 50%;
    margin-right: 10px;
}

.header-content {
    flex: 1;
}

h1 {
    font-size: 2.5rem;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
}

p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 10px; 
}

ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
}

ul li {
    margin-bottom: 10px;
}

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

a:hover {
    text-decoration: underline;
}

.section-divider {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #ccc;
}
