body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #f9f9f9;
    color: #333;
}

header {
    text-align: center;
    margin-bottom: 40px;
}

h1 {
    font-size: 2em;
}

h2 {
    color: #444;
    margin-bottom: 20px;
}

.news-item {
    margin-bottom: 30px;
}

iframe {
    display: block;
    margin-top: 10px;
    max-width: 100%;
}