body{
	justify-content: center;
    margin: 5px;
    background: beige;
    
}

h1{
    justify-content: center;
    border-radius: 5px;
    border: 2px sienna solid;
    background: powderblue;
    margin:10px;
    padding:5px;
	
}

#titulo{
	text-align:center;
	background: pink;
	margin:10px;
    padding:10px;
}

p{
    justify-content: center;
    border-radius: 15px;
    border: 2px chocolate solid;
    background: palegoldenrod;
    margin:10px;
    padding:15px;
   
}
