body {
  background-color: var(--background);
}

.drop-shadow {
  box-shadow: 0 7px 11px 0 rgba(0, 0, 0, 0.3);
}