       body {
		background-image: url(imgs/see.jpeg);
		background-size:cover;
		background-repeat:no-repeat ;
		font-size:20px ;
	}
	#midpin {
		justify-content:center;
		align-items:center;
		width:50% ;
		padding:80px ;
		text-align:center;
		background:black;
		opacity:.5;
		border-radius:10px ;
		box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
	}
	#midpin input{
		text-align:left ;
	}
	h2{
		font-family:Bahnschrift;
		font-size:40px;
		color:white ;
	}
	input {
		background:none;
		text-decoration:none ;
		border-bottom:2px solid white ;
		text-align:center;
		padding:5px ;
		color:white;
	}
	p{
		font-family:Calibri;
		font-size:14px;
		color:white;
	}
	p:hover{
		color:white;
		cursor:pointer;
	}
	.loge{
		background:red;
		color:white;
		padding:5px ;
		font-family:Calibri ;
		width:80px ;
		cursor:pointer ;
	}
	.butt {
		align-items:center;
		align-content:center;
		justify-content:center;
		text-align:left;
		font-family:Arial;
	}
	.butt a{
		text-decoration:none;
		font-weight:bolder ;
		color:white ;
	}
	.home {
		border:2px solid red;
		border-radius:5px;
		padding:5px;
		color:white;
		float:right ;
		font-size:12px ;
		text-decoration:none;
	}
	.home:hover{
		background:red;
		color:white ;
		transition:.5s ease;
		cursor:progress;
}
