@font-face {
    font-family: 'Robtronika';
    src: url('../fonts/Robtronika.woff2') format('woff2'),
        url('../fonts/Robtronika.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
	scroll-behavior: smooth;
}
body{
	margin:0;
	padding:0;
	background:#fff;
	font-family: 'Robtronika';
}	
h1{
	font-size:58px;
	font-weight: 400;
	font-family: 'Robtronika';
	color:#fff;  
}

header{
	float:left;
	width:100%;
	height:60px;
	background:#F8c61e;
	position: fixed;
	z-index: 9;
	top:0;
	font-size:58px;
	font-weight: 400;
	font-family: 'Robtronika';
	color:#252c37;
	line-height:60px;
	text-align:center;
	font-style: italic;
	text-shadow: 1px 1px 5px #fff;
}
main{
	margin-top:60px;
	width:736px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
main img{
   width:100%;
}
footer{
	position:relative;
	float:left;
	width:100%;
	height:50px;
	text-align:center;
	background:#252c37;
	color:#f8c61e;
	line-height:30px;
}
p{
   font-size:3em;
   text-align:justify;
}
main img{
width:736px;
}