#titulo{
	text-align: center;
	font-family: serif;
}

button {
	padding:15px 20px;
	border:none;
	background-color:CC5FF5;
	color:black;
	border-radius:10px;
	cursor:pointer;
	float:below;
}

body {
	margin:0;
	height:100vh;
	background:linear-gradient(#FCBBE7);
	display:flex;
	justify-content:center;
	
	
}