.embed {
  background: #0b0b0b;
  padding: 30px;
  border-radius: 16px;
  color: #eaeaea;
}

.embed h1 {
  color: #7CFF00;
  margin-bottom: 20px;
}

.embed img {
  max-width: 100%;
  border-radius: 12px;
  margin: 20px 0;
}

.embed video,
.embed iframe {
  width: 100%;
  border-radius: 12px;
  margin: 20px 0;
}

.embed p {
  line-height: 1.7;
  margin-bottom: 15px;
}
