
belka{
}

footer{
	background-color: black;
	text-align: center;
	padding: 1rem;
	color: white;
}

.header-nav {
    display: flex;
    justify-content: space-between; /* Umieść elementy po obu stronach kontenera */
    align-items: center; /* Wyśrodkuj elementy w pionie */
    background-color: #000000; /* Dodaj tło dla nagłówka */
    padding: 10px 20px; /* Dodaj wewnętrzny odstęp */
    color: white; /* Ustaw kolor tekstu */
}	

.inline-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.inline-menu li {
	display: inline-block;
	margin-left: 8vw;
}

.moj-flex{
		align-items: center;
		display: flex;
		justify-content: space-between;
		height: 96px;
}

.moj-flux{
	
		width: 70%;
}

@media only screen and (max-width: 1279px){
	.moj-flux{
		width: 96vw;
	}
}

.moj-wrapper{

	margin: 0 auto;
	width: 990px;
	high: 800px;
}


@media only screen and (max-width: 1279px){
	.moj-wrapper{
		width: 96vw;
	}
}



.moj-wrapper-header{

	margin: 0 auto;
	width: 990px;
	high: 800px;
}


@media only screen and (max-width: 1279px){
	.moj-wrapper-header{
		width: 96vw;
	}
}





.moj-wrapper-right{
	
	margin: 0 auto;
	high: 800px;
	width: 990px;
	text-align: right;
	
}

@media only screen and (max-width: 1279px){
	.moj-wrapper-right{
		width: 96vw;
	}
}


.moj-wrapper-footer{
	
}

.white{
	color: white;
}

