body{
    background-color: #e72121;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
}
main {
    max-width: 800px;
    margin: 0 auto;
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 8px;
}
main h1 {
    color: #cabe12;
    text-align: center;
}
main p {
    color: #d69915;
    font-size: 18px;
    line-height: 1.6;
}
main a {
    color: #cabe12;
    text-decoration: none;
}
main a:hover {
    text-decoration: underline;
}
header {
    background-color: #cabe12;
    padding: 20px;
    text-align: center;
}
header h1 {
    color: white;
    margin: 0;
}
header nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
}
header nav a:hover {
    text-decoration: underline;
}
section {
    margin-bottom: 40px;
}
section h2 {
    color: #cabe12;
    margin-bottom: 10px;
}
section p {
    color: #d69915;
    font-size: 16px;
    line-height: 1.5;
}
select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
select option {
    color: #d69915;
}
form {
    margin-top: 20px;
}
form label {
    display: block;
    margin-bottom: 5px;
    color: #d69915;
}
form label span {
    color: red;
}
form label li {
    color: #d69915;
}
form label li span {
    color: red;
}
form input[type="text"],
form input[type="email"],
form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}form button {
    background-color: #cabe12;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
form button:hover {
    background-color: #b0a10e;
}
aside {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 8px;
}
aside h3 {
    color: #cabe12;
    margin-top: 0;
}
aside ul {
    list-style-type: none;
    padding: 0;
}
aside ul li {
    margin-bottom: 10px;
}
aside ul li a {
    color: #cabe12;
    text-decoration: none;
}
aside ul li a:hover {
    text-decoration: underline;
}
footer {
    background-color: #cabe12;
    padding: 20px;
    text-align: center;
    color: white;
}
footer p {
    margin: 0;
}
footer a {
    color: white;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}

h1 {
    color: #cabe12;
    text-align: center;
}
p {
    color: #d69915;
    font-size: 18px;
    line-height: 1.6;
}
a {
    color: #cabe12;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
