body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
  }
  h1{
    text-align: center;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    background-color: #3c52a3;
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
  .firstsection{
      width: 100%;
  }
  .firstsection h3{
      font-size: 20px;
      text-align: center;
  }
  .videocontent{
      display: flex;
      align-items: center;
      justify-content: space-around;
  }
.videocontent video{
    width: 40%;
    height: 40%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 5px;
    background-color:#3c52a3 ;
}
.btn-secondary{
    background-color: #3c52a3 !important;
}
@media only screen and (max-width: 600px) {
    body{
      background-size: 100% 100%;
    }
    .videocontent video{
        width: 100%;
    }
}