 body {
 font-family: "Momo Trust Display", sans-serif;
   font-weight: 400;
   font-style: normal;
   background-image: url(imagenes/anonimous.jpg);
   background-size: cover;
   width: 80%;
   margin: auto;

 }

 header {
   text-align: center;
   font-size: xx-large;
   color: black;
   display: flex;
   align-items: center;
   justify-content: center;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: gold;
   background-color: rgba(0, 0, 0, 0.26);
 }

 table,
 th,
 td {
   border: 1px solid;
   border-collapse: collapse;
   text-align: center;
   height: 20px;
   width: 100%;
   background-color: rgba(250, 247, 247, 0.082);
   padding: 10px;
   color: aqua;
   -webkit-text-stroke-color: gold;

 }


 footer {
    font-family: "Momo Trust Display", sans-serif;
   font-weight: 400;
   font-style: normal;
   text-align: center;
   font-size: x-large;
   color: gold;
   background-color: black;
   -webkit-text-stroke-color: rgb(248, 244, 244);

 }

 td,
 a {
   color: gold;
   -webkit-text-stroke-color: gold;

 }

 a:hover {
   color: white;
   text-decoration: underline;
 }

 h2 {
  font-family: "Momo Trust Display", sans-serif;
   font-weight: 400;
   font-style: normal;
   color: white;
   text-align: center;
 }

 .momo-trust-display-regular {
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 400;
  font-style: normal;
}