.area {
  box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 4px;
  margin: 20px 0;
}
