body {
    background-color: #550f77;
    padding: 30px 50px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
}

.main-content, .left-content, .right-content, .custom-container {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    padding: 30px 40px;
    margin-bottom: 30px;
}

.youtube-heading {
    font-size: 42px;
    color: white;
    margin-bottom: 20px;
}

.heading-main {
    font-size: 42px;
    color: white;
}

.early-supporter-name {
    padding: 8px 10px;
    background-color: #fff;
    margin-right: 10px;
}

.heading-sub {
    font-size: 36px;
    color: white;
    margin-bottom: 20px;
}

.custom-container iframe{
    width: 100%;
    height: 600px;
}
.youtube-videos iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.gallery-image {
    object-fit: contain;
    width: 100%;
    margin-bottom: 25px;

    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,1); 
box-shadow: 0px 0px 15px 2px rgba(0,0,0,1);
}

.gallery-grid {
    display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: masonry;
}

