:root {
    --primary: #354776;
    --secondary : #e9b117;
}

.header-berita{
    background-image: url("../../assets/fotoDumy.jpeg");
    height: 150px;
    width: 100%;
}

.cover-color{
    background-color: #35477639;
    height: 100%;
    width: 100%;
    padding-top: 50px;
}

.header-content{
    background-color: var(--primary);
    width: 100%;
    height: 50px;
}

.header-title-berita{
    color : white;
    font-size: 32px;
    position: relative;
    bottom : 5px;
}

.content-header-berita{
    padding: 10px;
}

.container-berita{
    margin-bottom: 100px;
}

.card-title{
    color : var(--primary);
    font-weight: bold;
    font-size: 32px;
}

.card-text{
    color :#777777;
    text-align: justify;
    text-justify: inter-word;
}

.foto-list-berita{
    width: 80px;
    height: 60px;
    object-fit: cover;
}

.title-list-berita{
    color: #151515;
    font-weight: bold;
    margin : 0px;
}

article p {
    justify-content: stretch;
}

.beritaThumb{
    height: 250px;
}