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

header {
    text-align: center;
    padding: 20px;
    background-color: #4a4a8a;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

h1 {
    font-size: 36px;
    font-family: 'Georgia', serif;
}

h2 {
    font-size: 28px;
    color: #4a4a8a;
    font-family: 'Tahoma', sans-serif;
}

section {
    padding: 20px 40px;
}

p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

img {
    display: block;
    margin-top: 10px;
    border-radius: 8px;
}

section:hover {
    background-color: #e0e0ff;
}
