*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    margin: 0;
    height:100vh;
    width:100vw;
    display:flex;
    align-items: center;
    justify-content: center;
  }
  .sect {
    width: 100%;
  }
  #sect1 {
    background-color: #3333337d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  img{
    width: 100px;
    height: auto;
  }
  
  video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 105%;
    min-height: 100%;
    transform: translateX(calc((100% - 100vw) / 2));
    z-index: -2;
  }
  h1{
    margin: auto;
    margin-top: 5rem;
    font-size: 35px;
  }
  h2{
      padding:1rem;
  }
  p{
    padding: 1rem;
    line-height: 1.5rem;
  }
  i{
    color: #fff;
    font-size: medium;
  }
 a{
  width: 100px;
  height: 50px;
  margin: auto;
  background-color: #ebd5d5;
  color: black;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  padding: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0.3rem;
  }
  #iconodire{
      color:black;
  }