@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url("components/container.css"); 
@import url("components/button.css");

html {
  scroll-behavior: smooth;
}


.banner {
	width: 100%;
	height: 100vh;
	overflow:hidden;
	display:flex;
	justify-content: center;
	align-items: center;
}
.banner video {
	position:absolute;
	top:0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.banner .container {
	position: relative;
	z-index: 1;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}


a {
 	text-decoration: none;
 }
 	
h1{
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	font-style: italic;
	color: white;
	margin-bottom: 100px;
}
body  {
	font-family: 'Montserrat', serif;
	font-size: 18px;


 
 

