html *{
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  color: white;
}
body{
  background-color: black;
}
header{
  height: 195px;
  width: 100%;
  background: url('https://xtylishwardrobe.files.wordpress.com/2022/10/header.png') no-repeat center center/cover;
  opacity: 0.6;
}
.box1{
  width: 100%;
  top: 50px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo *{
  display: inline-block;
  margin: 0px auto;
}
.logo{
  width: 320px;
  display: flex;
  margin: 0px auto;
}
.logo img{
  height: 80px;
  width: auto;
  padding: 4px;
  border-radius: 60px;
  margin: 10px auto;
  background-color: white;
}
.box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 20px;
}
section{
  height: 170px;
  width: 320px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap ;

}
section iframe{
  width: 300px;
  height: 168.75px;
  background: rgb(165, 165, 165);
  border: 0px;
  border-radius: 16px;
  padding: 0px;
  margin: auto auto;
}