  /* Reset Styles */
  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }

  body {
      font-family: 'Poppins', sans-serif;
      line-height: 1.6;
      color: #333;
      background-image: url("orchestra.jpg");
  }

  .headercontainer {
      margin-left:5%;
      margin-top:50px;
      background: #6c2a9b;
      background: linear-gradient(90deg,rgba(108, 42, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
      width:90%;
      height:40px;
      border-radius:25px;
      font-face:courier;
       font-size: 16px;
      font-weight:bold;
  }

.videocontainer {
    margin-left:5%;
    margin-top:1%;
    background: #6c2a9b;
    background: linear-gradient(90deg,rgba(23, 42, 77, 1) 0%, rgba(87, 98, 133, 1) 50%, rgba(89, 123, 83, 1) 100%);
    width:90%;
    height:500px;
    border-radius:25px;
    opacity:0.8;
 }
.countercontainer {
    margin-left:5%;
    margin-top:1%;
    background: #6c2a9b;
    background: linear-gradient(90deg,rgba(108, 42, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
    width:90%;
    height:40px;
    border-radius:25px;
    font-face:courier;
    font-size:23px;
    font-weight:bold;
}



