body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
        .rss-container {
    font-family: "Segoe UI", Arial, sans-serif;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 800px;
    margin: auto;
    max-height: 300px;
    overflow-y: auto;
    box-sizing: border-box;
}
        .rss-item {
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 1px solid #ddd;
        }
        .rss-title {
            font-size: 18px;
            font-weight: bold;
            color: #9c6f54;
            text-decoration: none;
        }
        .rss-date {
            font-size: 13px;
            color: #888;
            margin-bottom: 5px;
            display: block;
        }
        .rss-description {
            font-size: 15px;
            color: #333;
            line-height: 1.4;
        }
        .rss-nav {
            text-align: center;
            margin-top: 20px;
        }
        .rss-nav a {
            margin: 0 10px;
            text-decoration: none;
            color: #007BFF;
            font-weight: bold;
        }
    