body{
				margin: 0;
				padding: 0;
				
}

.bg-video{
				position: fixed;
				padding-top: 0;
				margin-right: 0;
				margin-bottom: 0;
				min-height: 100%;
				min-width: 100%;
}
.logo{
				position: absolute;
				color: red;
				font-size: 50px;
				border: 2px transparent;
				background: black;
				padding-right:5.9em ;
				border-bottom-right-radius: 10px;
				border-top-right-radius: 10px;
				text-transform: capitalize;
				
				
				
				
}
.menu-area{
				position: absolute;
				
}
.menu-area ul li a{
				color: orange;
				text-decoration: none;
				list-style: none;
				border: 2px transparent;
				background: black;
				font-size: 30px;
				
}
ul{
				list-style: none;
				float: left;
				margin-top: 60px;
				word-spacing: 10px;
			
}
.menu-area li{
      display: inline;
      margin-top: 20px;
      
		
}
.menu-area ul li:hover a{
				font-size: 35px;
				color: green;
}
.banner-text{
				position: absolute;
				margin-top: 15em;
				justify-content: center ;
}
.banner-text h2 p button{
      justify-content: center;
      text-justify: auto;
      text-align: center;
}
h2{
				text-align: center;
				color:rgb(250,40,60);
				font-family: poppins;
				font-size: 35px;
				text-decoration: underline;
				text-decoration-color: green;
				padding: 0;
}
p{
				text-align: center;
				color:violet;
				font-weight: 200;
				font-family: poppins;
				font-size: 25px;
}
span {
				color: #c70008;
}
img {
				width: 100px;
				height: 200px;
				padding: 0;
				padding-top:0;
}
button{
			 margin-left: 30em;
			 width: 200px;
			 height: 100px;
			 font-size: 20px;
			 background: transparent;
			 color: #c70008;
			 font: italic;
			 width: 150px;
			 height: 70px;
			 border: none;
			 border: 2px transparent;
			 border-bottom-color: red;
			 border-top-color: blue;
			 border-right-color: green;
			 border-left-color: orange;
			 border-radius: 10px;
			 background-color: lightblue;
			 
			 
}
button:hover{
				background-color: red;
				color: green;
				width: 160px;
				height: 80px;
				
}
button a{
				text-decoration: none;
}
.subtitle{
	position: absolute;
	color: red;
	font-size: 50px;
	border: 2px transparent;
	background: black;
	padding-right:5.9em ;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	text-transform: capitalize;
}
h4,h5{
	color: aqua;
}