
body{
	margin:50px 10% 50px 10%;   
	background-color :rgb(153,180,115,0.4);
	font-family : Arial, sans-serif;
}

h1{
	color : PaleVioletRed;
	text-align: center;
}

.pytanie, .metryczka{
	margin: 15px;
}


.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}

.grid-container > * {
  text-align: left;
}