* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background-color: transparent;
  border: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

li {
  list-style-type: none;
}

h2 {
  color: #1f74b7;
}

.p1 {
  text-align: justify;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

::selection {
  background-color: rgb(69, 96, 185); /* Color de fondo deseado */
  color: white; /* Color del texto deseado */
}
