<style>

section {
    width:1200px;
    padding:10px;
	color: black;
}

h1 { 
    position:relative;
	left:-130px;
	display: block;
    font-size: 2em;
    margin-bottom: 1em;
    font-weight: bold;
	margin-left: auto;
    margin-right: auto;
	text-align:center;
}

body{
	font-family: "Lucida Console";
	font-size: 50px;
	margin-top: 2em;
	margin-left: auto;
    margin-right: auto;
	width: 6em
}

footer{
	position:relative;
	left:-70px;
	font-family: "Lucida Console";
	font-size: 20px;
	margin-top: -22em;
	margin-left: auto;
    margin-right: auto;
	width: 1000px;
}

#ufimage {
	position:relative;
	left:-406px;
}


#ufimagetext {
	position:relative;
	left:-380px;
	top:-500px;
	text-align:center;
}

#portraitimage{
	position:relative;
	top:-267px;
}

#portraitimagetext{
	position:relative;
	top:-550px;
	left:50px;
}

#travelimage{
	position:relative;
	top:-534px;
	left:406px;
}


#travelimagetext{
	position:relative;
	top:-600px;
	left:490px;
}

#navbar{
    font-size: 1em;
}


</style>