
.del{
	color: red;
	margin-left: 15px;
	text-decoration: none;
}
.filename{
	color: black;
	text-decoration: none;
	font-family: Arial;
	font-size: 18px;
}
.home a{
	font-family: Arial;
	font-size: 22px;
	color: #DEB887;
	text-decoration: none;
	border-color: white;
	transition: all .5s;
}
.finish p{
	font-family: Arial;
	font-size: 20px;
	color: #4682B4;

}
.finish a{
	text-decoration: underline;
	font-family: Arial;
	font-size: 18px;
	color: blue;

}
.home a:hover{
	border-bottom: 1px solid #DEB887;
	border-top: 1px solid #DEB887;
	transition: all .5s;
}

.loginForm{
	width: 300px;
	height: 200px;
	box-shadow: 0px 0px 40px gray;
	text-align: center;
	border-radius: 10px;
	position: absolute;
	left: calc(50% - 150px);
	top: calc(50% - 200px);
	background: #eaeaea;
	border: 2px solid white;
}
.loginForm input{
	width: 80%;
	margin: 3%;
	padding: 5px;
	outline: none;
}
.loginForm p{
	margin: 10px;
	font-family: Arial;
	font-size: 25px;
	color: white;
	position: relative;
	top: 15px;
	text-shadow: 0px 0px 5px gray;
}