/*
Theme Name: Mi Tema Basico
Theme URI: https://example.com/
Author: Tu Nombre
Author URI: https://example.com/
Description: Un tema básico de WordPress creado desde cero.
Version: 1.0
License: GPL
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mi-tema-basico
*/

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

header {
  background: #333;
  color: #fff;
  padding: 1rem;
  text-align: center;
}

footer {
  background: #eee;
  color: #333;
  padding: 1rem;
  text-align: center;
}
header h1 a {
  color: inherit;
  text-decoration: none;
}