body{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color:#c1ffe350;
}
a{
	color: blue;
	text-decoration: none;
	width: 100vw;
}
.title{
	text-shadow: 2px 3px 2px rgba(162, 80, 175, 0.8);
}
.input{
	width: 95vw;
	height: 8.5vh;
	margin-top: 0.5vh;
	box-shadow: 1px 3px 10px rgba(62, 95, 35, 0.5);
}
.hr{
	width: 100vw;
	height: 1px;
	margin-top: 3.5vh;	
	background-color: darkgreen;

}