body {
    font-family: 'Arial', sans-serif;
    background-color: #E1CE9A;

}

h1 {
    text-align: center;
    color: #FF0000;
    display: inline-block;
}

h2 {
    color: #DD985C;
    text-align: center;
}

p {
    text-align: center;
    color #FF0000;
    line-height: 1.6;
}


hr {
    height: 2px;
    background-color: #FF0000;

