body
{
	background-color: black;
}
h1
{
	color: white;
	font-family: impact;
}
.container
{
	display: flex;
	flex-direction: column;
	align-items: center;

}
.video-grid
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.video-block
{
	text-align: center;
}
.video-center
{
	margin-top: 40px;
	text-align: center;
}
.login-fixed
{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #444;
	color: white;
	padding: 8px 15px;
	border-radius: 4px;
	text-decoration: none;
	font-family: impact;
	font-size: 14px;
}
.login-fixed:hover
{
	background-color: #222;
}