#background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.container {
	margin: 0;
    height: 100vh; /* Full height of the viewport */
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically*/
    font-family: 'Zalando Sans Expanded', sans-serif;
    text-align: center; /* Center text within the container */
}

h1 {
    font-size: 4vw; /* Responsive font size based on viewport width */
    margin: 0; /* Remove default margin */
	text-shadow: 2px 2px black;
	color: rgba(255, 255, 255, 0.9);
}

img {
	padding-right: 23px
}

a.noul {text-decoration: none; }
