body
{
	background-color: #303030;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}

#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.rectangle
{
	width: 960px;
	margin: 20px;
	text-align: center;
}

.square1
{
	width: 230px;
	float: left;
}

.square2
{
	width: 500px;
	float: left;
}
#logo
{
	float: left;
	width: 800px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 70px;
	text-align: left;
}

#zegar
{
	width: 160px;
	float: left;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	text-align: right;
}

.tile1
{
	margin: 20px;
	width: 190px;
	height: 63px;
	background-color: #3095d3;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tile1:hover
{
	background-color: #2084c2;
}


.tile5
{
	float: left;
	margin: 20px;
	width: 670px;
	background-color: #666666;
	text-align: center;
	padding: 30px;
}

a.tilelink
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

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

a.sociallink
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 105px;
	height: 142px;
}