@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");

.news-bg-container {
    background-image: url("https://d2clawv67efefq.cloudfront.net/ccbp-static-website/newsbg.png");
    background-size: cover;
    height: 84.4vh;
    width: 58vh;
}

.news-card {
    background-color: #ffffff;
    padding: 20px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;

}

.news-heading {
    color: #323f4b;
    font-size: 17px;
}

.news-paragraphs {
    color: #7b8794;
}

.news-para1 {
    font-size: 11px;
    font-weight: bold;
}

.news-para2 {
    font-size: 10px;
}

.news-button {
    background-color: #323f4b;
    color: #ffffff;
    text-align: center;
    font-size: 11px;
    height: 30px;
    width: 92px;
    border-radius: 7px;
}
