* {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #635e54;
}

button{
  position: fixed; 
  bottom: 5px;
  right: 15px;
  background-color: #635e54;
  color: #fff;
  padding: 10px;
  border: 0;
  border-radius: 5px;
}
.header{
  background-image: url(./imgs/1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  .panner{
    background-color: rgba(255, 255, 255, 0.504);
    
  }
}
.header img{
    width: 20%;
}
.main{
  .iframe-video{
    height: 30vh;
  }
}
.main img {
  width: 100%;
  height: 100%;
  margin: 3px auto;
}

.py-2{
    padding-top: 20px;
    padding-bottom: 20px;
}
.text-big{
    font-size: 70px;
}