body.{
  display: block;
 justify-content: center; /* Horizontalno centriranje */
  align-items: center;     /* Vertikalno centriranje */
}

div.gumb
{
  justify-content: center; /* Horizontalno centriranje */
  align-items: center;     /* Vertikalno centriranje */
	display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 40%;
width: 200px;
height: 20px;
text-align: center;
color: white;
background-color: grey;
border-radius: 10px;
border: 2px solid black;
letter-spacing: 5px;
word-spacing: 15px;
align-items: center;
}

div.gumb:hover
{
	text-align: center;
  font-style: normal;
  font-weight: bold;
	color: black;
	background-color: white;
	border-radius: 20px;
	border: 2px solid black;
}

.body{
	justify-content: center;
	align-items: center;
	align-self: center;
	align-content: center;
	align-tracks: center;
}
.p{
  
}