* {
	padding: 0px;
	margin: 0px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.nav {
	background-color: green;
}

.nav img {
	width: 100%;
	height: 10vh;
}
.name {
    color: white !important;

}

.combopack {
    background-color: rgb(108, 243, 108);
    
}

.combo:hover {
	background-color: blue;
    color: white;
}

.ban img {
	height: 100vh;
}

.ban h1 {
	font-size: 7em;
	font-weight: bolder;
	font-family: serif;
	color: transparent;
	text-align: center;
	animation: effect 3s linear infinite;
}

.ban p {
	width: 500px;
	height: 30px;
	background-color: white;
	color: #0B56ED;
	border-radius: 100px;
	font-size: 20px;
	position: relative;
	animation: mymove 7s infinite;
	animation-timing-function: linear-gradient;
}

.mid {
	width: 100%;
	height: 190vh;
	background-image: url(./p-strong.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.midrap {
	width: 80%;
	margin: auto;
	display: grid;
	grid-template-columns: auto;
	padding-top: 70px;
}

.picturerap {
	width: 100%;
	height: 190vh;
	background-color: rgba(0, 0, 0, 0.5);

}

.mid h1 {
	padding-top: 50px;
	color: white;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

#btn {
	width: 70%;
	height: 5vh;
	font-size: 20px;
	color: blue;
	margin-top: 20px;
	border-radius: 20px;
	margin-left: 40px;
	
	border: none;
	outline: none;
	background-color: rgba(253, 249, 6, 0.468);
	cursor: pointer;
}
#btn:hover {
	color: white;
	background-color: blue;
	cursor: pointer;
}

.box {
	width: 100%;
	height: 80vh;
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
	margin-left: 100px;
}
.mid h1:hover {

	color: #00FF00;
}

.mid th {
	font-size: 20px;
    color: white;
}


.mid table {
	padding-top: 10px;
	color: white;
	font-size: 30px;
	font-weight: bold;
	margin-left: 300px;
}

.mid input {
	width: 100%;
	height: 7vh;

}

a.ex1 {
	color: white;
	font-size: 100%;
	text-decoration: none;
}


a.ex2 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}


a.ex3 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}


a.ex4 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}


a.ex5 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}


a.ex6 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}


a.ex7 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}


a.ex8 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}


a.ex9 {
	color: white;
	font-size: 100%;
	text-decoration: none;
}


a.ex10 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}


a.ex11 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}


a.ex12 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}

.foot {
	background-color: green;
}

.foot i {
	font-size: 20px;
	color: white;
}

@keyframes mymove {
	from {
		left: 0px;
	}

	to {
		left: 200px;
	}
}

@keyframes effect {
	0% {
		background: linear-gradient(#008000, #00FF00);
		-webkit-background-clip: text;
	}

	100% {
		background: linear-gradient(#3CE7D7, #000FFF);
		-webkit-background-clip: text;
	}
}