.productList
{
	
	
}
table
{
	align: center;
  width: 100%;
  background-color: white;
  table-layout: fixed;

}
th, td
{
	border: 1px solid black;
	width: 20%;
	overflow: hidden;
	text-align: center;
}
.tableLabel
{
		font-family: 'Playfair Display';

}
#products img
{
	 max-width: 100%;
    max-height: 100%;
    display: block;
}

.opis
{
		font-family: 'Playfair Display';

}

h1
{
	text-align:center;
}

