body{
	width:100%; height:100%; min-width:320px;
	margin:0px; padding:0px;
	background:#007fff; 
	font-family: 'Roboto', sans-serif;
	font-weight: 300; box-sizing: border-box;
	overflow-y:scroll;
}
html{
	width:100%; height:100%;
	margin:0px; padding:0px; 
}
ul,li,p,h1,h2,h3,h4,h5,h6{
	list-style:none; margin:0px; padding:0px;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
*:focus {outline:none;}
*{
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;	
}
*:hover{
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;	
}

header{
	margin-top:30px; text-align:center; color:#fff;
	margin-bottom:30px; border-bottom:2px dotted #e9e9e9;
}header h1{
	font-size:50px;
}header p{
	margin: 10px 0px;
    font-size: 18px;
    color: #000;
    padding: 10px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 5px;
    line-height: 30px;
}

section{
	margin-top:30px; color:#fff;
	margin-bottom:30px; border-bottom:2px dotted #e9e9e9;
}
section h2{
	font-size:30px; text-align:center;
}
section p{
	margin: 10px 0px;
    font-size: 18px;
    color: #000;
    padding: 10px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 5px;
    line-height: 30px;
}

.ortala{
	width:70%; margin:auto;
}