body{
background-color:#212121
}

.white-text{
color:#ffffff
}
.white-text-muted{
color:#808080
}
form{
color:#ffffff
}

.article-img {
  display: block;
  max-width: 100%;
  aspect-ratio: 16/9;
}

.title{
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
   text-decoration: none;
}

.detail-article-container{
background:#ffffff;
}
.article-container{
background:#ffffff;
color:#07000B;
text-decoration: none;
}
.article-text{
color:#07000B;
text-decoration: none;
}
.article-divider{
color:#808080;
background-color:#808080;
}

.explore-more{
border-color:#07000B !important
}
.detail-text{
text-decoration: none;
color:#07000B
}

a:link {
  text-decoration: none;

}

a:visited {
  text-decoration: none;
}

.icon {
  height: 16px;
  width: 16px;
  display: block;
  /* Other styles here */
}
.page-footer{
background-color:#212121;
text-decoration: none;
}
.simple-button{
background-color:#212121;
border-color:#ffffff;
border-width:thin;
color:#ffffff;
text-decoration: none;
}

#mc_embed_signup_scroll > div.mc-field-group > div{
background-color:#212121 !important;
color:#ff3333;
}