body {
    background-color: #FFFFE0;
    font-family: 'Arial', sans-serif; 
    color: #ff8c00;
    line-height: 1.6em;
    padding: 20px;
}
h1, h2, h3 {
    color: #ffbb00; 
    text-align: center;
}
h1 {
    font-size: 2em; 
}
h2 {
    font-size: 1.5em; 
}
h3 { 
    font-size: 1.2em; 
}
p, h5 { 
    text-indent: 1.2em; 
}
a {
    color: #ffbb00;
}