main, .box
{
	display: flex;
	align-items: center;
}

.box
{
	width: 100%;
	border-radius: 50px;
	min-height: 150px;
}

.box > *
{
	margin: auto;
}