/*
Theme Name: Mauro PRO
Theme URI: https://zaurik.com/mauro-pro
Author: Mauro + ChatGPT
Description: Tema ultra rápido, oscuro, limpio y modular creado desde cero para conquistar internet.
Version: 1.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mauropro
Tags: clean, fast, dark, responsive, html-friendly
*/

body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #121212;
  color: #ffffff;
  line-height: 1.6;
}

a {
  color: #ff66b2;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
}