@charset "UTF-8";

body {
	background-color: black;
	background-image: url("/pics/bg.jpg");
}
#main {
    display: grid;
    place-items: center;
}
.yt-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}