/* CSS Document */


video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
body, html {
  margin: 0;
  height: 100%;
  font-Family: Arial;
}
.text-header {
  position: relative;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 80%;
  font-size: 2vw;
		
}