body {
  margin: 0;
  height: 2000px;
}

.icon-bar {
  position: fixed;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  box-shadow: 2px 3px 5px -2px black;
  background: none;


}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  margin-top: 02px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
  border-radius: 05px;
}

.twitter {
  background: #EE2A7B;
  color: white;
  border-radius: 05px;
}



.youtube {
  background: #bb0000;
  color: white;
  border-radius: 05px;
}

.whatsap{
  background: #25d366;
  color: white;
  border-radius: 05px;
}


.content {
  background-color: #ff9933;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  max-width: 800px;
}
.content p {
  margin-bottom: 10px;
  text-align: justify;
  color: white;
}
.content ul {
  padding-left: 20px;
  color: white;
}
.content li {
  margin-bottom: 5px;
  color: white;
}




.video {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.video2 {
  flex: 0 0 calc(33.33% - 20px); /* Adjust this value based on your layout needs */
  max-width: calc(33.33% - 20px); /* Adjust this value based on your layout needs */
}

.video2 video {
  width: 100%;
  height: auto;
}
