body {
	overflow-y: hidden;
}

#test:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	opacity: 0.84;
	width: 100%;
	z-index: 10;
}

#test:after {
	background-color: #1E1919;
    background: -webkit-linear-gradient(to bottom, #EE0707,  #1E1919);
    background: linear-gradient(to bottom,  #EE0707, #1E1919);
}

.shadow {
	position: absolute;
	bottom: 0;
	width: 100%;
	box-shadow: -10px -20px 150px 150px #1E1919;
	z-index: 10;
	left: 0;
}

.form-test {
	border: 2px outset #EE0707;
	border-radius: 3%;
    background: white;
    position: relative;
    margin-top: 1px;
    max-height: 100%;
    width: 650px;
    max-width: 90%;
    z-index: 100000;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.upper {
	font-family: 'Lobster', Georgia, Times, serif;
	background: orange;
	border-top-left-radius: 3%;
	border-top-right-radius: 3%;
}

.upper p {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 20px;
}

.seconds {
	display: inline-block;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 20px;
	float: left;
}

.que {
	margin-top: 10px;
	margin-left: 10px;
}

.inputs {
	display: inline-block;
	font-size: 18px;
	height: 250px;
	width: 100%;
}

.inputs button {
	right: 0;
	right: 80px;
}

.btn-test {
	position: relative;
	float: right;
	bottom: 150px;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	cursor: pointer;
	background: #EE0707;
	box-shadow: 3px 3px 2px 2px black;
	color: white;
	transition: all 0.1s ease;
}

.btn-test:active {
	box-shadow: 0px 0px 0px 0px black;
	background: #1E1919;
}

#second {
	display: none;
}

#third {
	display: none;
}

#fourth {
	display: none;
}

#fifth {
	display: none;
}

#sixth {
	display: none;
}

#seventh {
	display: none;
}

#eighth {
	display: none;
}

#ninth {
	display: none;
}

#tenth {
	display: none;
}

#eleventh {
	display: none;
}

#twelfth {
	display: none;
}

#thirteenth {
	display: none;
}

#fourteenth {
	display: none;
}

#fifteenth {
	display: none;
}

#sixteenth {
	display: none;
}

#HTML {
	display: none;
}

#PHP {
	display: none;
}

#JS {
	display: none;
}

#Pascal {
	display: none;
}

#Py {
	display: none;
}

#Java {
	display: none;
}

#JS_GAME {
	display: none;
}

#Java_GAME {
	display: none;
}

#cs {
	display: none;
}

#Kotlin {
	display: none;
}

@media (max-width: 1199px) {
	.form-test {
		height: 680px;
	}
	img {
		height: 250px;
	}

	.btn-test {
		bottom: 50px;
		font-size: 22px;
		left: -10px;
	}

	.que {
		margin-top: 5px;
		margin-left: 5px;
		line-height: 20px;
	}
}

@media (max-width: 991px) {
	.form-test {
		height: 680px;
	}

	img {
		height: 250px;
	}

	.btn-test {
		bottom: 50px;
		font-size: 22px;
		left: -10px;
	}

	.que {
		margin-top: 5px;
		margin-left: 5px;
		line-height: 20px;
	}
}

@media (max-width: 767px) {
	img {
		height: 250px;
		width: 500px;
	}

	.btn-test {
		bottom: 50px;
		font-size: 22px;
		left: -10px;
	}

	.que {
		margin-top: 5px;
		margin-left: 5px;
		line-height: 20px;
	}
}

@media (max-width: 640px) {
	img {
		height: 200px;
		width: 500px;
	}

	.btn-test {
		bottom: 20px;
		font-size: 22px;
		left: -10px;
	}

	.que {
		margin-top: 5px;
		margin-left: 5px;
		line-height: 25px;
	}
}

@media (max-width: 480px) {
	img {
		height: 200px;
		width: 400px;
	}

	.btn-test {
		bottom: 0px;
		font-size: 20px;
		left: -10px;
	}

	.que {
		margin-top: 5px;
		margin-left: 5px;
		line-height: 20px;
	}
}


@media (max-width: 360px) {
	img {
		height: 200px;
		width: 300px;
	}

	.btn-test {
		bottom: 0px;
		font-size: 15px;
		left: -10px;
	}

	.que {
		margin-top: 5px;
		margin-left: 5px;
		line-height: 20px;
	}
}