* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

.nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	height: 100dvh;
}

.video {
	width: 100dvw;
	height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
}
video {
	width: 100%;
	max-height: 100dvh;
}
