.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.5s;
  padding: 9px;
  background-color: #f0f0f0;
  border-radius: 10px;
  min-height:200px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.collectiontitle {
    font-size:5vw;
    background-color: #4682B4;
    color: #ffffff;
    border-radius: 6px;
    display:block;
    text-decoration: none;
}

A.collectiontitle:hover {
    text-decoration: underline;
}

DIV.itemtitle {
    font-size:2.5vw;
}