///
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: blue;
}
h1 {
color: white;
text-align: center;
}
p {
font-family: black;
font-size: 50px;
}
</style>
</head>
<body>
<h1>Texto 1</h1>
<p>Parágrafo</p>
</body>
</html>A partir do código acima, escrito em HTML com CSS, assinale a alternativa correta.