HTML
<!DOCTYPE html>
<html lang="pt-br">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="css/reset.css">
    <link rel="stylesheet" href="css/style.css">
    <title>Alura +</title>
</head>
<body>
    <section class="container principal ">
        <div>
            <h1>Com o Combo+, você pode aproveitar a Alura+ e o Alura Língua por um preço único.</h1>
            <img src="/img/Combo.png" alt="O combo+ é a junção do alura+ com o alura Língua">
            <a href="http://www.alura.com.br" class="btn primary-btn">Assine por 12x de R$ 120,00*</a>
            <a href="http://www.alura.com.br" class="btn secundary-btn">Assinar somente o Alura+*</a>
            <p class="alert">*O preço pode variar caso a assinatura seja feita em outros planos.</p>
        </div>
    </section>
    <footer>
        <img src="/img/Logo.png" alt="Alura+">
    </footer>
</body>
</html>
 
            