body {
  font-family: "Inter", sans-serif;
}

.card-shadow {
  box-shadow: 8px 8px 0 #000;
}

.social-preview {
  background: #fff;
  border: 3px solid #000;
  border-radius: 1rem;
  overflow: hidden;
}

.social-preview iframe {
  display: block;
  min-height: 520px;
  width: 100%;
}

.source-note {
  background: #fef9c3;
  border: 2px solid #000;
  border-radius: 0.75rem;
  padding: 1rem;
}
