/ src / components / YouTubeEmbed / index.module.css
index.module.css
1  .video {
2    position: relative;
3    display: flex;
4    justify-content: center;
5    align-items: center;
6    flex-direction: column;
7    margin: 2rem 0;
8  }