h1,h2,h3,h4,h5{
	margin-top:0;
	margin-bottom:0;
}

body{
	background-color: #1a2656
}

h1{
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 20px;
}

h2{
	font-size:16px;
	font-weight: 700;
	font-style: italic;
	padding-bottom: 40px;
}


span.yellow{
	font-family: "Plaster", sans-serif;
	font-size:120pt;
	color:#a18e3f;
	letter-spacing: 30px;
	margin:auto;
}

span#bohemian{
	position:fixed;
	top:0;
	margin:auto;
	margin-left: 200px;
	line-height: 60pt;
}

span#rhapsody{
	margin:auto;
	bottom:10px;
	position: fixed;
	line-height: 100pt;

}

section#box{
	transform: translateY(50px);
	width:800px;
	height:2000px;
	background-color:rgba(15,21,65,.92);
	margin:auto;
	position: relative;
	margin-bottom:200px;
	
}

section#text_border{
	position:absolute;
	top:100px;
	right:100px;
	left:100px;
	bottom:100px;
	background-color:rgba(15,21,65,.92);
	padding: 100px;
	font-family: "Lusitana",serif;
	font-size:14px;
	color:#b8a962;
	border-style:solid;
	border-width:.5px;
	border-color:#b8a962;
	line-height: 2em;
	margin:auto;
}