@font-face {
  font-family: "PixelOperator";
  src: url("PressStart2P.ttf") format("truetype");
}

body{
  background-image: url("/photos/circuit.jpg"); 
  color: black;
  font-family: "PixelOperator", Sans-Serif;
}

body.ciemny{
  background-image: linear-gradient(rgba(26, 27, 38, 0.85)), url("/photos/circuit.jpg");
  color: white;
}



.imood-ciemny{
  display: none;
}

body.ciemny .imood-jasny{
  display: none;
}

body.ciemny .imood-ciemny{
  display: block;
}

#Motyw{
  display: flex;
  justify-content: center;
  align-items: center;
}

ul{
  padding-left: 25px;
}

header{
  display: flex;
  justify-content: space-between;
}

footer {
  margin-top: 50px;
  text-align: center;
}

.CEZU{
  position: right;
}

.Strona{
	display: grid;
	grid-template-columns: 220px 1fr 300px;
	gap: 10px;
	align-items: flex-start;
	margin: 0 auto;
}

.Lewa,
.Srodek,
.Prawa{
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: transparent; 
}

.Tytul{
	position: absolute;
	top: -10px;
	left: 50%;
	transform: tanslateX(-50%)
	padding: 0 8px;
	font-weight: bold;
	font-size: 13px;
}

.Menu{
	position: relative;	
	border: 2px dashed #f11111;
}

.Aktualne{
	position: relative;
	border: 2px dashed #F11111;
}

.Zmiany{
  position: relative;	
	border: 2px dashed #111111;
  box-sizing: border-box;	
}

.ListaZmian{
  width:100%;
  height: 150px;
  overflow-y: scroll;
  box-sizing: border-box;
}

.DoZrobienia{
  position: relative;
	border: 2px dashed #A00000;
}

.Gif8831{
	position: relative;
	border: 2px dashed #A00000;
}

.Imood{
  position: relative;
	border: 2px dashed #A00000;
}

.GifKontener{
	margin-top: 10px;
	margin-bottom: 10px;
	gap: 5px;
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.Gif8831 img{
	width: 88px;
	height: 31px;
	image-rendering: pixelated;
}

.Obecnie{
	background: #C12F23;
}

.Odwiedziny{
	background: #f5e342;
}
