@font-face

{

font-family: "Champagne & Limousines";

src:url("font/Champagne_Limousines.otf");

}

body{margin: 0px;}

#menu{position: fixed;
 	width: 100%;
    height: 80px;
	background-color: #000000b8;
	margin: 0px;
	justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: -2px 2px 11px black;
}
.but{  text-decoration: none;
  border: 1px solid #9a9a9a;
  padding: 10px;
  border-radius: 6px 6px 6px 6px;
  color: white;
  background-color: black;
  cursor: pointer;
  margin-right: 15px;
  font-family: "Champagne & Limousines";
	
}

.but:hover{background-color: white;
	color: black;
	transition-duration: 0.4s;
	}

#home{background: url(image/A1.jpg) no-repeat fixed;
background-size: 110%;
  height: 100vh;
  margin: 0 auto;
  padding: 0;
  background-position: center;
}

#WELCOME{
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100vh;
  
  background-color: #000000bf;
	
}

.h1{
  padding-top: 50px;
  font-size: 80px;
  text-align: center;
  color: #f44;
  text-shadow: 3px 3px 15px black;
  font-family: "Champagne & Limousines";
}
.scroll{
  scroll-behavior: smooth;
  height: 100vh;
  overflow: auto;
}

.content{
	  justify-content: center;
  align-items: left;
  display: flex;
	background: url(image/A2A.jpg) no-repeat fixed;
    background-size: 110%;
}
.cont_info{
	width: 110%;
	 justify-content: center;
  align-items: center;
  display: flex;
  height: 100vh;
  background-color: #0000006e;
}

.text{
	font-family: "Champagne & Limousines";
	font-size: 22px;
	color: white;
}

.h2{
	font-family: "Champagne & Limousines";
	font-size: 30px;
	color: aqua;
}
