* {
    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;
}


.ban img {
    height: 100vh;
}

.name {
    color: white !important;

}

.combopack {
    background-color: rgb(89, 246, 89);
    
}

.combo:hover {
    background-color: blue;
    color: white;
}

.mid {
    width: 100%;
    height: 130vh;
    background-image: url(./achive.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: 130vh;
	background-color: rgba(0, 0, 0, 0.6);
}

.mid h1 {
	margin-top: 140px;
	color: white;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

#btn {
	width: 50%;
	height: 5vh;
	font-size: 20px;
	color: blue;
	border-radius: 20px;
	margin-top:30px;
	margin-left: 190px;
	border: none;
	outline: none;
	background-color: rgba(253, 249, 6, 0.468);
	cursor: pointer;
}

#btn:hover {
	color: white;
	background-color: blue;
	cursor: pointer;
}
.mid input {
	width: 70%;
	height: 7vh;
    margin-left: 200px;
}
.box {
	width: 100%;
	height: 50vh;
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
	margin-left: 200px;
}


.mid h1:hover{
    
    color: #00FF00;
}

.mid th {
    color: white;
    font-size:30px;
}

.foot {
    background-color: green;
}

.foot i {
    font-size: 20px;
    color: white;
}

.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;
}
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;

}

@keyframes mymove {
    from {
        left: 0px;
    }

    to {
        left: 250px;
    }
}

@keyframes effect {
    0% {
        background: linear-gradient(#008000, #00FF00, #EEF506);
        -webkit-background-clip: text;
    }

    100% {
        background: linear-gradient(#3CE7D7, #000FFF, #EEF506);
        -webkit-background-clip: text;
    }
}