body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

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

header h1 {
    margin: 0;
}

.content-section {
    margin-bottom: 30px;
}

.content-section h2 {
    color: #003366;
    margin-bottom: 10px;
}

.content-section p {
    line-height: 1.6;
}

.card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 15px;
    margin-top: 5px;
    padding-left: 5px;
}

.card h3 {
    color: #003366;
}

.card p {
    font-size: 14px;
    color: #555;
}