body{
	background-color: blanchedalmond;
}

h1{
	border-radius: 20px 20px 20px 20px;
	border: 5px solid #000;
	border-color: mediumaquamarine;
	text-align: center;
	background-color: green;
	color: sandybrown;
}

.PrimerParrafo{
	font-size: 30px;
  	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: <400>;
  	font-style: normal;
}