@charset "utf-8";

.videos{
display: flex;
justify-content: center;
}

iframe{
  padding: 1rem;
}

