/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/
.margin-bottom-8 {
    margin-bottom: 8px;
}

.bg-custom {
    background-color: rgb(49, 163, 221);
}