.nazwa {
	float: right;
	font-family: "comic sans ms";
	font-size: 20px;
	/* background-color: lime; */
}

.stopka {
	/* float: bottom; */
	border: 1px solid black;
	background-color: antiquewhite;
	border-radius: 8px;
	/* padding: 5px; */
	text-align: center;
}

.bluzy-tekst,
.koszulki-tekst {
	font-family: "Bauhaus 93";
}

table img {
	width: 300px;
	border-radius: 10px;
}

table,
td {
	padding: 5px;
	justify-content: center;
}
th {
	font-size: 30px;
}
table {
	margin: 0 auto;
	text-align: center;
	background-color: lavenderblush;
	border-radius: 10px;
}

body {
	background-color: rgb(200, 200, 225);
}
