
        body{cursor: none;}

        p{color:chartreuse;}
        p{font-family: monospace;}
        p {margin: 7px;}
        p {line-height: 1.75;}
        p {text-align: center;}
        p.acii {line-height: normal;}
      

        .preheader{
          font-size: 60%;
          text-align: center;
          color: chartreuse;
        }
        pre{
          color: chartreuse;
          text-align: center;
        }
        pre.evil{color: red;}

        td{color:chartreuse;}
        td{font-family: monospace;}
        td {line-height: 1.5;}
        td.center {text-align: center;}
        .center {
          text-align: center;
          margin: auto;
        }
       

        th{font-family:monospace;}
        th{color:chartreuse;}
        th{font-size: large;}
        th{line-height: 1.5;}
      

        tr {line-height: 1.5;}

        th.img {line-height: normal;}
        td.img {line-height: normal;}
        tr.img {line-height: normal;}

        body {background-color: black;}

        .pregun{
          color: chartreuse;
          text-align: center;
       
        }

        marquee {color: chartreuse;}


        hr {
          
          color: chartreuse;
          width: 90%;
      }
    
    



    a:link {
      color: chartreuse;
      background-color: transparent;
      text-decoration: underline;
    }
    a:visited {
      color: chartreuse;
      background-color: transparent;
      text-decoration: underline;
    }
    a:link.evil{
      color: red;
      background-color: transparent;
      text-decoration: underline;
    }
    a:visited.evil {
      color: red;
      background-color: transparent;
      text-decoration: underline;
    }

  

  .background-video{
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
  }


.divhead{
  margin: auto;
  border: 2px outset chartreuse;
  width: auto; max-width: 900px;
  background-color: black;
}

.divnav{
  margin: auto;
  border: 2px outset chartreuse;
  width: auto; max-width: 900px;
  background-color: black;
}

.divmain{
  margin: auto;
  border: 2px outset chartreuse;
  width: auto; max-width: 900px;
  height: auto; min-height: 500px;
  overflow: auto;
  background-color: black;
  text-align: center;
}

.divfish{
  margin: auto;
  border: 2px outset chartreuse;
  width: auto; max-width: 900px;
  background-color: black;
}




.divheadevil{
  margin: auto;
  border: 2px outset red;
  width: auto; max-width: 900px;
  background-color: black;
}

.divnavevil{
  margin: auto;
  border: 2px outset red;
  width:auto; max-width: 900px;
  background-color: black;
}

.divmainevil{
  margin: auto;
  border: 2px outset red;
  width:auto; max-width: 900px;
  height:auto; min-height: 500px;
  overflow: auto;
  background-color: black;
  text-align: center;
}

.divfishevil{
  margin: auto;
  border: 2px outset red;
  width:auto;max-width: 900px;
  background-color: black;
}


video{
  display: block;
  margin: auto;
}

.imagecenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.evil{color: red;}


@media (min-aspect-ratio:16/9){
        .background-video{
            width: 100%;
            height: auto;
        }}

        @media (max-aspect-ratio:16/9){
            .background-video{
                width: auto;
                height: 100%;
            }}


            .collapsible {
              background-color: #777;
              color: white;
              cursor: pointer;
              padding: 18px;
              width: 100%;
              border: none;
              text-align: left;
              outline: none;
              font-size: 15px;
            }
            
            .active, .collapsible:hover {
              background-color: #555;
            }
            
            .content {
              padding: 0 18px;
              display: none;
              overflow: hidden;
              background-color: #f1f1f1;
            }    


            
            
.centered-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0;
 padding: 0;
 overflow-y: auto;}

table, th, td .tableborder{
  border:2px chartreuse;}