p {
	font-family: Verdana;
	font-size: 26px;
}
.parent {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	overflow: auto;
}
.block {
	text-align: center;
}
form > button{
	line-height: 15px;
	border-radius: 15px;
	border-width: 1px;
	border: none;
	background-color: #74E600;
	border-color: #74E600;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 600;
	font-size: 25px;
	padding: 15px;
	margin-top: 30px;
}