@font-face {
  	font-family: 'varela';
	src: url('varela.otf'),
  	url('varela.eot') format('eot'),
    url('varela.woff') format('woff'),
    url('varela.ttf') format('truetype');
}


body {
font-family: 'Varela Round', sans-serif; 
font-size:16px;
line-height:1.5;
font-weight:400;
color:#000000;
margin-top: 15px;
background:#ffffff;
}




@media all and (max-width: 800px) {
body {
font-family: 'Varela Round', sans-serif; 
font-size:16px;
line-height:1.4;
font-weight:400;
color:#000000;
margin-top: 15px;
background:#ffffff;
}
}


.kontener {
width:90%;
max-width: 600px;
margin:0 auto;
}




a {
text-decoration: none;
font-weight: normal;
}

a:link {
color: black;
text-decoration: none;
}

a:visited {
color: black;
text-decoration: none;
}

a:hover {
color: black;
text-decoration: none;
}




acronym {
text-decoration: none;
color: black;
}



#tytul {
font-family: 'Varela Round', sans-serif;
position: relative;
font-size: 30px;
color: green;
font-weight: 100;
text-decoration: none;
}


.data {
text-align: left;
font-family: 'Varela Round', sans-serif; 
font-size: 17px;
line-height: 1.2em;
margin-top: 5px;
font-weight: 900;
color: red;
}


.stronaglowna {
text-align: left;
padding-top: 4px;
font-family: 'Varela Round', sans-serif;
font-size: 13px;
font-weight: 900;
color: black;
}

.stronaglowna a {
font-family: 'Varela Round', sans-serif;
padding-top: 4px;
font-size: 15px;
color: black;
font-weight: 900;
}





