body {
font-family: 'Montserrat', sans-serif;
margin:0;
padding: 0;}

#top {
	background: white; 
	width: 100%; 
	height: 150px;
	text-align: center;
	}	
#logo {
	margin: 0 auto; 
	width: 300px;
	
	}
	#logo img {
		width: 300px;
		margin-top: 5%;
		}

#box-onas {
	width: 100%;
	background: #303030;
	overflow: auto;
	}

div.polowa {
	width: 100%;
	float: left;
}
div.polowa img {
	width: 100%;
	
	}
div.polowa img.fb {width: 100px; border: 0;}
#stopka {
	width: 100%;
	background: black;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
	}
#covid {
	width: 100%;
	background: white;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
	}

/* TEKSTY */
p.tekst-wycentrowany-bialy {
  font-family: 'Montserrat', sans-serif;
  line-height: 2;
  text-align: center;
  color: white;
  }
#covid p {text-align: center; color: black; font-size: 0.7em}
#covid p a {color: black; font-weight: bold}
#covid p a:hover {color: #bb0018;}
#stopka p {text-align: center; color: white; font-size: 0.7em}
#stopka p a {color: white; font-weight: bold}
#stopka p a:hover {color: #bb0018;}