body{
	background-color: #e6e6e6;
}

.test-start{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.test-start:hover{
	cursor: pointer;
}

.test-start h1{
	margin-top: 20%;
	font-size: 150px;
}

.test-content{
	padding-top: 5%;
	padding-left: 5%;
	font-size: 30px;
}

.test-content input{
	transform: scale(2);
}

.test-icons{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.test-icons .test-icons-bg{
	position: fixed;
	background-color: #525252;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 98;
}

.test-icons i{
	position: fixed;
	margin-top: 10%;
	margin-left: 35%;
	margin-right: auto;
	font-size: 500px!important;
	z-index: 99;
}

#again:hover{
	cursor: pointer;
	opacity: 0.6;
}