body{
	background-image: url("b8.png");
    background-size: cover;
}

/*img{
	width:140px;
	height:90px;*/
	
	
}
.heading1{
	float:left;
	
}
.heading2{
	float: left;
	font-family:Alexis;
	font-size:45;
	color:#A52A2A;
	text-shadow:1px 1px;
	
}

}
.menubar{
	background-color:rgba(0, 128, 0, 0.3) /* Green background with 30% opacity */;
	overflow: hidden;

}
ul{
	list-style-type:none;
	
}
li{
	color:white;
	display:inline;
	font-size:20px;
	padding:8px;
}
li a{
	color:white;
	text-align:center;
	padding: 14px 16px;
	text-decoration: none;
}
a:hover {
  background-color: orange;
}
.home{
	color: White;
}
@import url('https://fonts.googleapis.com/css2?family=Notable&display=swap');
h1{
	font-family: 'Notable', sans-serif;
	font-size:50;
	color:white;
	text-align:left;
	display: block;
    font-weight: bold;
	text-decoration:underline;
}

.box10{
	width:180px;
	height:250px;
	padding:6px;
	margin:20px auto;
	box-shadow: 0px 0px 10px 2px orange;
	background-color:rgba(165, 90, 255, 0.2);
	float:left;
}
h2{
	font-family: 'Notable', sans-serif;
	font-size:20;
	color:orange;
	text-align:center;
	text-decoration:underline;
}
.package1{
	font-family: 'Notable', sans-serif;
	font-size:14;
	color:white;
	text-align:center;
}

.get{
		text-align:center;
}



