@charset "ISO-8859-1";
html, body {
    width: 100%;
    margin: 0px;
    height: 100%;
}
#bgVideo {
    position: absolute;
    right: 0;
    bottom: 0;
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
	object-fit: cover;
}
#box1 {
    width: 60%;
    margin-left: 25%;
    margin-top: 5%;
    z-index: 2;
    height: 50px;
    text-shadow: 0px 0px #FFFFFF;
    text-align: center;
}
