body {
    font-family: Arial, sans-serif;
    margin: 40px;
    background-color: #FCEDF7;
    color: #111;
}

header {
    margin-bottom: 40px;
}

h1 {
    margin-bottom: 5px;
}

section {
    margin-bottom: 30px;
}

footer {
    margin-top: 40px;
    font-size: 14px;
    color: gray;
}
