@charset "utf-8";
/* CSS Document */

header{
border-style: #;
border-color: #;
margin: auto;
text-align: center;
}


body {
  background-color:#fff;
}

p {
font-size: 75px;
font-family: 'Jura', sans-serif;
color: #ffa500;
}

h4{
	border-style:#;
	border-color:#;
	text-align: center;
	font-size: 45px;
	font-family: 'Jura', sans-serif;
}


#btmFooter{
text-align: center;
font-size: 15px;
font-family: 'Jura', sans-serif;
color: black;
padding-top: 25px;
margin-bottom: 20px;
}


footer {
	border-style: #;
	border-color: #;
	background-color: #c0c0c0;
	margin-top: 310px;
	padding-bottom: 60px;
	}

