body {
  background-image: linear-gradient(
      to left,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 1)
    ),
    linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8)),
    url("../Graficas/Logo-AZSign.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: 80%;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

h1 {
  text-align: center;
  margin-bottom: 40px;
}

h3 {
  margin-bottom: 5px !important;
}

p {
  text-align: justify;
}

.ps-5 {
  padding-left: 20px;
}

.bg-highlight {
  background-color: #dddcdc;
}
