*{
	padding:0;
	margin: 0;
	box-sizing: border-box;
}
.container{
	width: 100%;
	height: auto;
	display: flex;
	justify-content:flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	background-color: #000000;
	overflow: hidden;
}
.banner{
	width: 100%;
	height: 650px;
	background-image: url('./images for project/threetwo.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content:center;
	align-items: flex-start;
	flex-wrap: wrap;
	border-radius: 0 0 500px 0;
}
.nav{
	width:90%;
	height:auto;
	background-color: rgba(255, 255, 255);
	box-shadow: 0 15px 30px 0 rgb(255, 255, 0);
	border-radius: 30px;
	margin-top: 40px;
	display: flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap: wrap;
}
.nav b{
	font-size:40px;
	margin-left:20px;
}
.menu{
	width:50%;
	height: 60px;
	border-radius: 30px;
	postion:relative;
	display: flex;
	justify-content:space-around;
	align-items: center;
	flex-wrap: wrap;
	transition-duration: .5s;
}
.menu a{
	text-decoration: none;
	font-size: 30px;
	color: rgb(14, 13, 13);
	font-weight: bolder;
	transition-duration: .5s;
}
.menu a:hover{
	border-bottom: 5px solid rgb(255, 0, 0);
}
.text{
	width: 100%;
	position: relative;
	top: 40px;
	left: 20px;
	font-size: 40px;
	text-align: left;
}
.text h1{
	color: rgb(255, 255, 255);
	text-shadow: 0 15px 30px rgb(0, 0, 255);
	text-align: center;
	
}
.text .date{
	color:#fff;
	background-color: #f15;
	padding: 5px;
	border-radius: 40px 0 40px 0;
	transition-duration: .5s;
}
.text .date:hover{
	background-color: #fff;
	color: #f15;
}
.section{
	width: 100%;
	height: auto;
	background-color: #000000;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.signin{
	width: 80%;
	height: auto;
	background-color: #fff;
	border-radius: 20px;
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	box-shadow: 0 15px 30px 0 rgb(0, 255, 0);
}
.section h2{
	width: 100%;
	text-align: center;
	color: rgb(0, 0, 0);
	font-size: 60px;
}
.signin1{
	display: flex;
	flex-direction: column;
}
.signin span {
	color: #f15;
	font-size: 40px;
	padding: 8px;
	background-color:rgb(255, 255, 255);
	border-radius: 8px;
}
.Rules{
	width: 60%;
	height: auto;
	background-color: #fff;
	border-radius: 20px;
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	box-shadow: 0 15px 30px 0 rgb(0, 255, 21);
}
.Rules p{
	font-size: 20px;
	line-height: 40px;
	color: #333;
	margin-left: 20px;
}

.download{
	width: 80%;
	height: auto;
	background-color: #fff;
	border-radius: 20px;
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	box-shadow: 0 15px 30px 0 rgb(0, 4, 255);
}
.download img{
	width: 50%;
	height: 300px;
	display: inline;
	border: 2px solid #f15;
	border-radius: 8px;
	margin-bottom: 10px;
}
.download p{
	font-size: 35px;
	line-height: 30px;
	color: #333;
	margin-left: 20px;
}

.footer{
	width: 50%;
	height: 300px;
	display: inline;
	border: 2px solid #f15;
	border-radius: 8px;
	margin-bottom: 10px;
}













