  /* Header design*/
  .main-header{
    text-align: center;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
    
    
    }

    
     
    #main{
      margin-top: 80px;
      height: 100%;
      align-items: center;

    }
  
  
  .videoWrapper {
    position: relative;
    padding-bottom: 45%; /* 16:9 */
    height: 0;
    margin-bottom: 30px;
    width: 80%;
    
    
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
  }

.videos{
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
  height: 100%;
  max-height: 760px;
  
}

  iframe{
    border-width: 0cap;

  }

  body{
    background-color: black;
   
  }


  /*to change the colour from every text*/
  * {
    color:  white;
  }


  

  h3{
    margin-left:30%;
  }

  
/* 
  .grid-item{
    border-color: white;
    border-width: 1px;
    border-style: solid;
    align-items: center;
  } */