<!DOCTYPE html>
<html lang="pt-BR">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Tecnologia no Campo</title>
    <link rel="stylesheet" href="reset.css">
    <link rel="stylesheet" href="style.css">
    <style>
        /* Adicionando estilo básico para o layout */
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
        }

        header {
            background-color: #4CAF50;
            padding: 20px;
            color: white;
        }

        .menu-h ul {
            list-style-type: none;
            padding: 0;
        }

        .menu-h ul li {
            display: inline;
            margin-right: 20px;
        }

        .menu-h ul li a {
            color: white;
            text-decoration: none;
            font-weight: bold;
        }

        .marquee span {
            font-size: 18px;
            font-style: italic;
        }

        .texto__principal {
            padding: 20px;
            background-color: #f4f4f4;
            text-align: center;
        }

        .texto {
            padding: 20px;
            margin: 20px;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .texto h2 {
            color: #333;
        }

        .secundario_imagem {
            width: 30%;
            height: auto;
            border-radius: 8px;
        }

        .imagem {
            padding: 10px;
        }

        .marquee {
            margin-top: 10px;
        }

        .secundario_imagem{height: 300px
      

        }
    

