Fiz no modelo de um cardápio de natal com o fundo em Red e letra Gold
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header></header>
<main>
<h1><strong>Natal Mágico</strong> Duquesa Doces
<h1></h1>
<p>
Venha experimentar gostinho doce do Natal!
<h1></h1>
Lembrancinhas, presentes e tortas para te encantar!
<h1></h1>
Pedidos até 20/12</p></h1>
<a href="https://www.instagram.com/duquesadocesjf/">Instagram</a>
<a href="https://drive.google.com/file/d/1MvMgAJqqScD6rowE41GFhO8wbmsxGURm/view?usp=drive_link">Cardápio</a>
<img src="C:\Users\maril\Desktop\alura\hmtl e css\image.webp" alt="imagem do mini panetone">
</main>
<footer></footer>
</body>
</html>
No CSS
body {
background-color: red;
color: gold;
}