body{
		font-family: 'Nunito Sans', sans-serif;
		font-size: 16px;
}
h1 {
    font-family: 'Tangerine', sans-serif;
    font-size: 56px;
		text-shadow: 4px 4px 4px #aaa;
		text-align:center;
		color:#8F6449;
} 
a {
   color:white;
	 font-weight:bold;
}
.blue-background{
   background-color:#293040;
	 color:white;
	 font-weight:bold;
}
.brown-background{
   background-color:#8F6449;
	 color:white;
	 font-weight:bold;
}