@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
	background-color: rgb(30,30,30);
	color: rgb(8,52,240);
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	text-align: center;
}


.head {
	display: block;
	margin: 0px;
	height: 155px;
	padding:0;
	max-width: 100%
	width: 100%;
	background-color: rgb(20,20,20);
}

.links{
	padding: 50px;
}

.site {
	display: inline-flex;
	flex-direction:row;
	text-align: center;
	background-color: rgb(8,52,240);
	border-radius: 5px 5px 5px 5px;
	color: rgb(0,0,0);
	padding:12px;
}

footer {
	font-size: 12px;
}