.news-full {
    padding: 20px;
    background-color: #1a1a1a;
    margin: 20px 0;
    border-radius: 10px;
}

.news-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}

.news-full iframe {
    width: 100%;
    height: 100vh;
    border: none;
    border-radius: 8px;
    overflow: hidden;
}
