@UTF-8;

@import url('https://fonts.googleapis.com/css?family=Faster+One');

header  {
height: 100px;
text-align: center;
margin: 0px 0px 50px 0px;


padding-top: 10px;

}

header form {



text-align: center;
vertical-align: middle;

}

.logo {
	
	/* Logo font  */
	margin-top: 120px;
	font-family: 'Faster One', cursive;
   text-align: center;
   font-size: 4em; 
   
}
.resultContainer {
	margin-left: 100px;
}
.resultContainer h2{

font-size: 1em;


}

.result {
margin-bottom: 50px;
}
.result a:link {
    text-decoration: none;
}
img {
height: 16px;
width: 16px;

}


footer {
	margin-top: 50px;
	
	height: 20px;
	background-color: black;
	
}

footer a:link {
	text-decoration: none;
	
}