.shadowbox{
  border: 1px solid #333;
  box-shadow: 8px 8px 5px #444;
  background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
}