/*style.css*/

body {	background-color: deepskyblue;
		font-family: Arial, Helvetica, sans-serif;
}

.descripción {
	color: white;
	background-color: black;
}

.descripción h1 {
	text-align: center;
	font-size: 30px;
}

 p {
	font-size: 18px;
}

h2 {
	font-size: 25px;
}

.problemas ol {
	color: red;
	background-color: yellow;
}



