* {
    box-sizing: border-box;
  }

  .flex-item-left {
    background-color: #f3c3e5;
    padding: 10px;
    flex: 50%;
  }
  
  .flex-item-right {
    background-color: #ddffe7;
    padding: 10px;
    flex: 50%;
  }


  
.flex-container{
    margin: 13px;
    /* text-align: center; */
    display: flex;
    flex-direction: row;
    text-align: center;
}


.coming-soon{
    text-align: center;
    font-size: 20px;
}

iframe{
    width:315px ; /* 330px; */
    height: 200px;  
}

*{
    font-weight: 600;
}

.fa-youtube{
    color: red;
    padding: 5px;
}


h4{
    font-style: italic;
    color: rgb(128, 44, 207);
    font-weight: 500;
    padding-top: 6px;
}


.bottom{
    /* position: absolute; */
    background-color: rgb(26, 36, 33);
    height: 107px;
    width: 100%;
    /* bottom: -910px; */
    text-align: center;
    
}

.bottom p{
  margin-left: auto;
  margin-right: auto;
  color: aliceblue;
}


.bottom h4 {
    color: aliceblue;
}



.video:nth-child(1) {
    align-items: center;
    align-content: center;
}


@media only screen and (max-width: 750px) {
    .flex-container {
      flex-direction: column;
    }

    iframe{
        width:315px ; /* 330px; */
        height: 200px;  
    }
    
   
  }