/**
 * Block styling
 */

.block {
  margin-top: 20px;
}

.block:first-child {
  margin-top: 0;
}
