* {
margin: 0;
padding: 0;
text-decoration: none;
font-family: "Trebuchet MS", Arial;
}

body {
background-color: rgb(90,90,90);
}

.topbar {
width:1000px;
height: 200px;
margin: auto;
margin-top: 0.5%;
background-color: red;
}

.menu {
height: 50px;
width: 1000px;
margin: auto;
background-color: rgb(225,225,225);
}

.menu ul {
list-style: none;
}

.menu a {
color: black;
font-size: 2em;
text-align: center;
float: left;
height: 100%;
width: 20%;
vertical-align: middle;
line-height: 50px;  
}

.menu a:hover {
background-color: rgb(58,206,256);
}

.container
{
width: 1000px;
margin: auto;
margin-top: 1.5%;
}

.sidebar {
float: left;
width: 200px;
height: 500px;
background-color: rgb(225,225,225);
}

.sidebar img {
margin: 5% 25%;
width: 100px;
height: 100px;
border-radius: 30%;
}	
	
.content {
float: right;
width: 780px;
background-color: rgb(225,225,225);
}

.dane {
font-size: 1.5em;
margin-top: 2%;
text-align: center;
}
.mapa {
margin: 2% 0 2% 0;
}

.footer {
color:white;
width: 1000px;
text-align: center;
margin: auto;
padding: 20px;
font-size: 1.5em;
clear: both;
}






