
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@600&display=swap');

* {
  box-sizing: border-box;
}

body {
  font-family: 'Unbounded', sans-serif;
  background: url('https://mundootaku.com.co/wp-content/uploads/2025/05/71-1.webp')  no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  color: white;
  margin: 0;
  padding: 0;
}

/* Remaining CSS truncated for brevity in this snippet (but will be included fully in the file) */
