
@font-face {
	font-family: christmas;
	src: url("../fonts/christmas-story.ttf") format("opentype");
}

@font-face {
	font-family: chronic;
	src: url("../fonts/chronic-regular.ttf") format("opentype");
}

html, body {
	font-family: 'christmas';
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

a, a:visited, a:hover, a:active, .button:active {
  color: #fff !important;
}

#VideoCanvas {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

#Header{
	position: fixed;
	width: 100%;
	height: 50px;
	background: #f04e23;
	z-index: 1;
}

.content {
  position: fixed;
  top: 50;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}


.logo-kinder{
	position: absolute;
	left: 30px;
	top: 10px;
	height: 20px;
}

.logo-navidalia{
	position: absolute;
	top: 10px;
	right: 30px;
	height: 30px;
}

.image-canvas{
	position: relative;
	display: flex;
	justify-content: center;
}

.player-image{
	position: absolute;

	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	clip-path: ellipse(200px 200px at 180px 130px);
}

.player-crown{

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -70%);
}


.player-name{
	position: absolute;
	bottom: 160px;
	font-size: 70px;
}






