Center Embedded youtube videos

Is there a way to center embedded youtube videos in a file?
I have embbeded the videos using this syntax -

Thanks!

Add this to snippet.css

.external-embed{
	display: block;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

Great, thanks!

For some reason, the embeds still appear aligned to the left.

If you are using the Minimal theme, update to the latest version. Seems the left aligned issue was fixed with a recent update. A space in front of the ![](...) also fixes it.

Actually I am using the Annupuccin theme. I will try to update it or the space solution .Thanks!