body {
    padding-top: 5rem;
  }
  
  body, html {
    height: 100%;
  }
  
  .video-wrapper {
    width: 100%;
    background-color: lightblue;
  }
  
  h1
  {
    color: black;	
  }
  
  h2
  {
    color: black;
  }
  
  .col-sm-4
  {
  background-color: lightblue;
  }	
  
  #nam
  {
    color: lightblue;	
  }
  
  #new
  {
    color: lightblue;
  }
  
  .para
  {
  color: red;
  }
  
  section {
    margin: 1rem;
    padding: 2rem;
    background-color: lightblue;
    border-radius: 2em;
  }
  
  .bgimg {
    height: 100%;
    position: relative;
    opacity: 0.85;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* fixed in viewport */
  }
  
  .importanat
  {
      position: relative;
      font-size: 15px;
  }
  
  .flex-container 
  {
    display: flex;
    flex-wrap: wrap;
  }
  
  
  img {
    border-radius: 50%;
  }
section
  {
margin:1rem;
padding:0.5rem;
border-style:solid;
border-radius:1em;
background-color: skyblue
  }