p{
	font-size: 20px;
}

body{
	background-color: lightblue;
}

h1{
	text-align: center;
}

footer{
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 0px;
	color: white;
	background-color: black;
}

#header{
	text-align: center;
	width: 100%;
	font-family: "Patua One";
}

#terms{
	text-align: center;
}

#limitTerms{
	display: inline;
	padding-left: 4%;
}

#searchTerms{
	display: inline;
	padding-right: 4%;
}

#topButton{
	position: fixed;
	left: 47%;
	bottom: 5%;
	text-align: center;
}

.thumbImg{
	vertical-align: center;
}

.mainImg{
	border-width: 5px;
	border-style: solid;
}

.result{
	display: inline-block;
	margin: 2%;
	width: 100%;
	padding-bottom: 2%;
	padding-top: 2%;
}

.resultDetails {
    width: 32%;
    text-align: center;
    padding-top: 4%;
    float: left;
    margin-left: 3%;
    font-family: "Archivo Narrow";
}

.resultImage{
	width: 25%;
	display: inline;
	position: absolute;
	text-align: center;
	font-family: "Patua One";
}

.resultThumbnail{
	width: 30%;
	height: 100%;
	float: right;
	padding-bottom: 4%;
	padding-top: 4%;
}

.thumbnailText{
	text-align: center;
	padding-right: 15%;
}