body{
	background-color:#1E1E1E;
	font-family:Arial;
	color:white;
	text-align:center;
	margin:0px;
	padding:0px;
	font-size: 16px;
}
html, body {
    height: 100vh;
}
.menu{
	width:19%;
    position: fixed;
    top:0;
    left:0;
    height:100vh;
    background-color:#252525;
    border-right:1px solid #525252;
}
.header, .body, .warto, .artykuly, .media{
    margin-left:19%;
}
.header{
	width:80%;
	text-align:center;
	float:left;
	background-color:#252525;
	margin-bottom:20px;
}
.body{
	width:80%;
	float:left;
	background-color:#1E1E1E;
	margin-bottom:40px;
}
.warto{
	width:80%;
	float:left;
	background-color:#1E1E1E;
	padding-bottom:20px;
	background-color:#252525;
}
ul, li{
	list-style-type:none;
	text-align:left;
	font-size:16px;
}
.przejscia{
	color:white;
	text-decoration:none;
}
.przejscia:hover{
	color:#EDD01A;
}
li{
	padding:5px;
}
.tekst1{
	width:60%;
	margin: 0 auto;
    text-align:center;
}
.duze{
	padding:6px;
}
li:hover{
	background-color:#525252;
	border-radius:5px;
	color:#F4C10B;
	width:80%;
}
.google{
	background-color:#F4C10B;
	padding:10px;
	margin:30px;
	border: none;
	border-radius:6px;
	text-decoration:none;
	color:black;
	font-weight:bold;
}
.tekst2{
	text-align: justify;
	width:60%;
	margin: 0 auto;
	padding:7px;
}
.tekst3{
	text-align: justify;
	width:60%;
	margin: 0 auto;
	padding:7px;
	font-weight:bold;
	color:#F4C10B;
}
.artykuly{
    width: 80%;
    float: left;
    display: block;
}
.wzmianki {
    display: inline-block;
    width: 300px;
    margin: 20px;
    text-align: center;
    color:#EDD01A;
    text-decoration: none;
	padding:2px 10px 1px 10px;
}

.wzmianki img {
    width: 100%;
    height: 170px; 
    object-fit: cover; 
    border-radius: 10px;
}
.wzmianki p {
    margin-top: 10px;
}
h2{
	font-size:2em;
	color:#EDD01A;
}
.media {
    width: 80%;
    float: left;
    padding: 20px 0;
}
.spoleczne {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #252525;
    padding: 15px;
    border-radius: 10px;
    margin: 20px auto;
    width: 60%;
    text-decoration: none;
    color: white;
    transition: 0.2s;
}
.spoleczne:hover {
    background-color: #333333;
}
.spoleczne img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}
.spoleczne p {
    margin: 0;
    font-size: 18px;
    text-align: left;
    color: #F4C10B;
}

