@charset "utf-8";
/* CSS Document */

header 
{
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
	
    /* background-color: #303030; */
	/* background-color: blueviolet; */
    color: #ccc;
    width: 100%;
    min-width: 600px;
	height: 100px;
    padding:0;
    /* border-bottom: 5px solid rgb(37, 37, 37); */
    font-family: 'Lato', sans-serif;
	font-style: italic;
}


.rectangle
{
	width: 100%;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#logo
{
	float: left;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 70px;
	width: auto;
	/* text-align: left; */
	color: #ccc;
}

#zegar
{
	float: right;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 70px;
	/* text-align: right; */
	color: #ccc;
}