@font-face {
	font-family: 'Lato-Regular';
	src: url('Lato-Regular.ttf');
}
@font-face {
	font-family: 'Lato-Bold';
	src: url('Lato-Bold.ttf');
}
body {
	background-color: rgba(10, 39, 47, 1);
	padding: 16px;
	margin: 0;
}
a {
	color: rgba(47, 138, 170, 1);
	line-height: 1.11;
	text-transform: none;
	font-family: 'Lato-Regular';
	font-style: normal;
	font-size: 18px;
	text-decoration: underline;
}
ul {
	color: rgba(255, 255, 255, 1);
	line-height: 1.11;
	text-transform: none;
	font-family: 'Lato-Regular';
	font-style: normal;
	font-size: 18px;
}
p {
	color: rgba(255, 255, 255, 1);
	line-height: 1.11;
	text-transform: none;
	font-family: 'Lato-Regular';
	font-style: normal;
	font-size: 18px;
}
body {
	color: rgba(255, 255, 255, 1);
	line-height: 1.11;
	text-transform: none;
	font-family: 'Lato-Regular';
	font-style: normal;
	font-size: 18px;
}
h5 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Lato-Bold';
	font-style: bold;
	font-size: 16px;
}
h4 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Lato-Bold';
	font-style: bold;
	font-size: 18px;
}
h3 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Lato-Bold';
	font-style: bold;
	font-size: 20px;
}
h2 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Lato-Bold';
	font-style: bold;
	font-size: 20px;
}
h1 {
	color: rgba(255, 255, 255, 1);
	line-height: 1.33;
	text-transform: uppercase;
	font-family: 'Lato-Bold';
	font-style: bold;
	font-size: 30px;
}