/*---------------------------------------------------------------*/
/*------------- Put CSS to overwrite Blog CSS here  -------------*/
/*---------------------------------------------------------------*/
.blogPost {
  background: var(--bgColor);
  border: 1px solid var(--lightPink);
  box-shadow: none;
  padding: 5px;
}

.blogPost:hover {
  box-shadow: none;
}