/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
.blog-card {
  background-color: #CBD4D4 !important;
  padding: 20px;
  border-radius: 8px;
  max-width: 800px;
  margin: 20px auto;
}
}/*****************************************/