.purple-section {
    background: rgb(47,36,86);
    background: linear-gradient(324deg, rgba(47,36,86,1) 0%, rgba(0,0,0,1) 100%);
}

.purple-section img {
    border: 3px solid #fff;
}

.embed-responsive {
    margin-top: 10px;
}

.supernova-banner {
  width: 100%;
  height: auto;
  aspect-ratio: 955 / 370;
}

.supernova-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991px) {
    .embed-responsive {
        margin-bottom: 10px;
    }
}
