body {
	width: 99%;
	margin: 0;
	background-color: black;
	background-image: url("../fotos/triple_riesico_flesjes_1.jpg");
	background-position: center;
	background-repeat: no-repeat; 
	// background-size: cover; 
	color: white;
}
h1 {
	color: orange;
	text-shadow: maroon 4px 2px 2px;
}
video {
	margin: 5px;
}

button {
	background-color: orange;
	color: maroon;
	border-color: maroon;
	padding: 5px;
	border-radius: 6px;
}

.tr {
	font-size: 24px;
}