body {
background-color: rgb(255, 87, 51); /* Fondo naranja */
color: rgb(0, 255, 0); /* Texto verde brillante */
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
}
h1 {
color: rgb(0, 255, 0); /* Títulos en verde */
}
p {
color: rgb(255, 87, 51); /* Párrafos en naranja */
}