body {
    font-family: "Helvetica", "Arial", sans-serif;
    background: #f5f5f5;
    margin: 0;
    padding: 0;
}

header {
    background: #1a73e8;
    color: white;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: bold;
}

.container {
    max-width: 900px;
    margin: 20px auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.news-item {
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item a {
    font-size: 18px;
    color: #1a0dab;
    text-decoration: none;
}

.news-item a:hover {
    text-decoration: underline;
}

.news-date {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}
