h1 {
	color: red;
	text-align: center;
}

hr {
	border: 3px solid black;
	margin-bottom: 25px;
}
body {
	background-color: #CACACA;
}

.form {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: red;
	width: 200px;
	height: 125px;
	margin: auto;
	padding: 10px;
	border-radius: 25px;
}

.dataContent {
	background-color: red;
	width: 250px;
	height: 110px;
	margin: auto;
	padding: 10px;
	border-radius: 25px;
}

#email, #phone {
	margin-bottom: 10px;
}

.warning {
	font-size: 20px;
	color: red;
}