#valaszok1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #95c6ec;
}

#valaszok1 div {
	height: 6.5em;
	display: flex;
	align-items: center
}

#valaszok1 a {
	display: table;
	text-align: center;
	background-color: lightcyan;
	transition: 0.3s;
	color: steelblue;
	font-family: Arial;
	font-weight: bold;
	font-size: 1em;
	width: 11em;
	height: 5em;
	border: 2px solid midnightblue;
	border-radius: 0.2em;
	cursor: pointer;
}

#valaszok1 a:hover {
	color: indigo;
	border: 2px solid slateblue;
	width: 12em;
	height: 6em;
	border-radius: 0.5em;
	background-color: wheat;
}

#valaszok1 span {
	display: table-cell;
	vertical-align: middle;
}