<meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Plantas Sedantes y Calmantes</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f5f5dc; /* Color crema/blanco suave */
            color: #4b2e2e; /* Color café oscuro */
        }
        header {
            background-color: #8b4513; /* Color café intenso */
            color: #ffffff; /* Texto en blanco */
            text-align: center;
            padding: 50px;
        }
        section {
            padding:50px;
        }
        h1, h2 {
            color: #4b2e2e; /* Café oscuro */
        }
        footer {
            background-color: #8b4513; /* Color café intenso */
            color: #ffffff; /* Texto en blanco */
            text-align: center;
            padding: 1px;
            position: fixed;
            bottom: 0;
            width: 100%;
        }
        ul {
            list-style-type: square;
            padding-left: 20px;
        }