body{
  background: var(--black);
  color: white;
}

.priv-image{
  background-image: url("../img/prueba/tabela7.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

a{
  color: white;
}

a:hover{
  color: white;
}
.priv-image .overlay{
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(42, 42, 42, 1) 0%, rgba(42, 42, 42, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(42, 42, 42, 1) 0%, rgba(42, 42, 42, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(42, 42, 42, 1) 0%, rgba(42, 42, 42, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}

@media (max-width:64em) {
  h3{
    text-align: center;
  }
}
