header h1{
	font-family: 'Calibri', sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #fff;
    text-shadow: 2px 2px 2px #fff;
    margin-top: 5px;
}
header h2{
	font-family: 'Calibri', sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #990000;
    text-shadow: 2px 2px 2px #000;
}
.ket{
	margin-top: -10px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: white;
    text-shadow: 2px 2px 2px #000000;
}
.logo{
	margin-top: 10px;
	margin-left: auto;
    margin-right: auto;
}
#MalraVid {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -999;
}