body {
font-family: Montserrat;

}

.imgContainer {
	width: 30px;
	height: 30px;
}

.imageContainer img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h2 {
font-family: Montserrat;
font-size: 50px;
background: #666;
color: #FFF;
padding: 2px 6px;
border-collapse: separate;
border: #000;
}

a {
color: black;
text-decoration: none;
}

a:hover {
	color: yellow;
	text-decoration: none;
}

a:visited {
color: black;
text-decoration: none;
}

.pobierz a {
color: white;
text-decoration: none;
background-color: red;
border-radius: 50%;
padding: 18px;

}

.pobierz a:hover {
	color: orange;
	text-decoration: none;
}

.pobierz a:visited {
color: white;
text-decoration: none;
}


select {
font-family: Montserrat;
}

button {
font-family: Montserrat;
font-size: 15px;
}

.gracz-pozycja {
font-size: 35px;
padding: 2px 6px;
}

.dupa p {
	line-height: 0.6;
}

.kolcontainer {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.kol1, .kol2, .kol3 {
    flex: 1 1 30%;
    min-width: 200px;
	border: 1px solid red;
    padding: 10px;
	line-height: 2;
}

.kol1, .kol2, .kol3, p {
	line-height: 0.6;
}



