html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
#a{
	width: 100%;height: 100vh;
	background:linear-gradient(0deg,rgba(50,30,0,0.5),rgba(0,0,50,0.5)),url(back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    filter: grayscale(55%);
}
.name{
	width: 100%;
	text-align: center;
	color:white;
	font-family: georgia;
	font-size: 36px;
	position: absolute;
	top:0;
	margin-top: 96px;
}
.form{
	width: 100%;
	text-align: center;
	color:white;
	font-family: georgia;
	font-size: 36px;
	position: absolute;
	top:0;
	margin-top: 180px;
}
.form > form > input{
	border-radius: 8px;
	border: 0;
	height: 32px;
	width: 180px;
	text-align: center;
	font-family: georgia;
	font-size: 18px;

}
.form > form > button{
	border-radius: 8px;
	border: 0;
	height: 32px;
	width: 180px;
	text-align: center;
	font-family: georgia;
	font-size: 18px;
	background-color: #aab2bd;
	cursor: pointer;
}
.form > form > button:hover{
	background-color: #9ab5d8;
}