.center {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	border: 1px solid; 
}
button{
	width: 75px;
	word-wrap: normal;
	height: 150px;
}
.minus{
	width: 25px; 
	height: 25px;
}