body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
    background-color:lightblue;
}

header h1 {
    font-size: 30px;
}

header p {
    font-size: 18px;
}

section h2 {
    font-size: 24px;
}

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

section li {
    margin-bottom: 15px;
}

/* Add additional styling as desired */
