body{
    font-family: Arial, sans-serif;
    background-color: #fff8e1;
    color: #333;
    margin: 0;
    padding: 20px;
}
h1 {
    color: #d32f2f;
}
a {
    color: #1976d2;
    text-decoration: none;
    margin-right: 15px;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
th {
    background-color: #f2f2f2;
}