body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

header {
    background: linear-gradient(45deg, #007bff, #0056b3);
}

section {
    padding: 40px 0;
}

footer {
    background: #0056b3;
    color: #fff;
}

