
body{
  height: 1400px; 
}

.video-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
  background-color: rgb(255, 255, 255);
}

.videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  background-color: rgb(255, 255, 255);
}

.videos video {
  
  background-color: white;
}

.animation-text {
  padding-left: 0px;
  font-size: 17px;
  background-color: white;
}