#background-video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

body {
  background-color: F0F0F0;
  background-repeat: no-repeat;
   background-size: cover;
}

.sisalto {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

h1.paaotsikko{
	font-family: 'Anton', sans-serif, Arial, Helvetica;
	font-size: 110px;
	line-height: 110%;
	color: #FFFFFF;
	text-decoration: none;
}

p.leipis{
	font-family: Arial, Helvetica;
	font-size: xx-large;
	font-weight: bold;
	color: #C8C8C8;
	text-align: center;
	padding: 0 0 0px 0;
}

h2.alaotsikko{
	font-family: Arial, Helvetica, Times;
	font-size: 14;
	color: #edf2f5;
	text-align: center;
	padding: 0 0 0px 0;
}
