.dashCard{
  border-radius: 10px;
  box-shadow: 0 7px -1px #777;
}

.dashCard:hover{
  transform: scale(1.1);
  cursor: pointer;
  background-color: navajowhite;
}

.article-image{
  border-radius: 10px;
  box-shadow: 0 7px -1px #777;
}

.detailCard{
  border-radius: 10px;
  box-shadow: 0 7px -1px #777;
}