
.news-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    text-align: center;
    width: 100%;
}

h1 {
    font-size: 2.5em;
    font-weight: 600;
    color: #4e6d8b;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 20px;
}

.news-header {
    font-size: 1.8em;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 15px;
}

.news-content {
    font-size: 1.2em;
    color: #555;
    line-height: 1.6;
}

.no-news {
    
    font-size: 1.3em;
    color: #e74c3c;
    font-weight: 500;
}
