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: 35px;
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;
}

.role-display {
    font-size: 1.0em;
    line-height: 1.5em;
    margin-bottom: 6px; /* opcjonalnie większy odstęp między rolami */
}

.form-label {
    font-size: 1.0em;
    margin-right: 20px;
}

.form-select {
    font-size: 1.1em;
    padding: 4px 10px;
    margin-bottom: 5px;
}

.top-title {
    font-size: 2.5em;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #FFF;
	background-color: #666;
}

.top-role {
    font-size: 1.0em;
    line-height: 1.5em;
    margin-bottom: 6px;
}
