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

header {
    background-color: #1e88e5;
    color: white;
    padding: 30px 20px;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 28px;
}

.container {
    max-width: 1000px;
    margin: 30px auto;
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

h2 {
    color: #1e88e5;
    margin-top: 30px;
}

ul {
    padding-left: 20px;
}

footer {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    background-color: #e3f2fd;
    margin-top: 40px;
}

.highlight {
    background-color: #f1f8ff;
    padding: 15px;
    border-left: 4px solid #1e88e5;
    margin: 20px 0;
    border-radius: 4px;
}
.logo-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 45px;
    margin-bottom: 40px;
}
.logo {
    height: 100%;
}
.logo-content span {
    font-size: 20px;
    font-weight: bold;
}
