body {
	min-width: 320px;
	height: 100%;
	background: #2ba5f2;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4em;
	color: #04082e;
	text-align: center;
}

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
}

section{
	padding: 10px 0 10px;
}

h1 {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 15px;
	color: #ffffff;
	text-transform: uppercase;
}

h2 {
	font-weight: 500;
	font-size: 26px;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 15px;
	color: #ffff00;
	text-transform: uppercase;
}

ul {
	list-style-type:  none;
}

li {
    margin-bottom: 1em;
   }


a {
color:#ffffff;
text-decoration:none
}

a:active {
color:#ffffff;
text-decoration:none
}

a:visited {
color:#ffffff;
text-decoration:none
}

a:hover {
color:#ffffff;
text-decoration: underline
}
