nav {
	display: none;
}

body {
    background-color: black;
    color: white;
}

body > div:not(.commentContainer) {
	position: relative;
	top: 0px;
	left: 0px;

	justify-content: center;
	align-items: center;
}

main {
    background-color: black;
    color: white;
}

h1 {
    border-bottom: solid 2px white;
}

.youtubeFrame iframe {
	width: 600px;
	height: 338px;
}