*{
	margin: 0px;
	padding: 0px;
}
body{
background-color: #3813C2
}
section{
width: 80%;
height: 500px;
margin:5% 10%;
background-color: white;
border-radius: 15px;
}section h1{
	text-align: center;
	font-size: 55px;
	color: black;
}section form input[type=text] {
	margin:2% 20%;
	width: 60%;
	height: 50px;
	text-align: center;
}section form input[type=submit]{
margin:2% 35%;
	width: 30%;
	height:50px;
	border-radius: 20px;border-style: none;
	background-color: #000DFF ;
	color: white;
	font-size: 20px;
	font-weight: bold;
}
section button{
	margin-top: 1%;
	font-weight: bold;
	border-radius: 20px;
	border-style: none;
	background-color: #000DFF
;color: white;
	margin-left: 80%;
	width: 140px;
	height: 40px;
}

section article{
	margin: 2% ;
	text-align: right;
}section article span{
	font-size: 34px;
}