Cuéntanos qué está pasando:
Describe tu problema en detalle aquí.
**Tu código hasta el momento**
/* file: index.html */
<html>
<head>
<style>
#header-img {
width: 150px;
}
</style>
</head>
<body>
<header id="header">
<nav id="nav-bar">
<a class="nav-link" href="#leer-mas">Leer Mas</a>
<a class="nav-link" href="#cupon-descuento">Cupon de descuento</a>
<a class="nav-link" href="#comprar-amazon">Comprar en Amazon</a>
</nav>
<img id="header-img" src="https://i.pinimg.com/originals/21/aa/e3/21aae324d1ba626b4b19c9bbe4b4c834.png">
</header>
<section id="leer-mas">
<iframe id="video" width="200" height="200" src="https://www.youtube.com/embed/Fc2koNqnFMw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</section>
<section id="cupon-descuento">
<form id="form" action="https://www.freecodecamp.com/email-submit">
<input id="email" type="email" name="email" placeholder="email@gmail.com">
<input id="submit" type="submit"></input>
</form>
</section>
<section id="comprar-amazon"></section>
<h1>Que la gente crea</h1>
</body>
</htmal>
/* file: styles.css */
**Información de tu navegador:**
El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36
Desafío: Construye una página de aterrizaje de producto
Enlaza al desafío: