.news-full {
    width: 100%;
    margin-top: 60px;
    padding: 40px 20px;
    background-color: #111;
    border: 2px solid red;
    border-radius: 10px;

    box-shadow:
        0 0 15px rgba(255, 0, 0, 0.8),
        0 0 30px rgba(255, 0, 0, 0.6),
        0 0 60px rgba(255, 0, 0, 0.4);

    box-sizing: border-box;
    overflow: hidden;
}

/* Titel */
.news-title {
    color: #ff4444;
    text-align: center;
    margin-bottom: 25px;
    font-size: 1.8rem;
    font-weight: bold;
}
