body {
    font-family: Arial, sans-serif;
    margin: 30px 250px;
    text-align: center;
    background-color: #f5deb3;
}

h1 {
    color: #333;
    font-size: 2.5em;
    margin-bottom: 20px;
}

h2 {
    color: #666;
    font-size: 2em;
    margin-bottom: 15px;
}

ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
    display: inline-block;
}

ol {
    list-style-type: disc;
    padding: 0;
    text-align: left;
    display: inline-block;
}

li {
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #007bff;
}

a:hover {
    text-decoration: underline;
}

footer {
    margin-top: 20px;
    text-align: center;
    color: #666;
}