 .mask{
        text-align: center;
    }
    body{
      background-color: black;/*#2d2d2d*/
      color: white;
      margin-top: 0px;
    }

@font-face {
    font-family: nightmare; 
    src: url('nightmare.TTF'); 
   }

.player_button{
    background: black;
    color: white;
    text-decoration: none;
}.player_button  {
    background: black;
    color: white;
}
.hostile_link_hover:hover {
    animation: 0.5s hostile_link infinite;
	opacity:1 !important;
	cursor:pointer;
}.hostile_link{
    animation: 0.1s hostile_link infinite;
}
.hostile_line{border-color: black; border-bottom: thin solid #000;}
.hostile_line:hover {
    animation: 0.44s hostile_line infinite;
}
*{
  font-family: monospace;
}
 @keyframes hostile_line{
        100%,0%{
             border-color: rgb(255,0,0);
        }
        8%{
             border-color: rgb(255,127,0);
        }
        16%{
             border-color: rgb(255,255,0);
        }
        25%{
             border-color: rgb(127,255,0);
        }
        33%{
             border-color: rgb(0,255,0);
        }
        41%{
             border-color: rgb(0,255,127);
        }
        50%{
             border-color: rgb(0,255,255);
        }
        58%{
             border-color: rgb(0,127,255);
        }
        66%{
             border-color: rgb(0,0,255);
        }
        75%{
             border-color: rgb(127,0,255);
        }
        83%{
             border-color: rgb(255,0,255);
        }
        91%{
             border-color: rgb(255,0,127);
        }
}

 @keyframes hostile_link{
        100%,0%{
            color: rgb(255,0,0);
        }
        8%{
            color: rgb(255,127,0);
        }
        16%{
            color: rgb(255,255,0);
        }
        25%{
            color: rgb(127,255,0);
        }
        33%{
            color: rgb(0,255,0);
        }
        41%{
            color: rgb(0,255,127);
        }
        50%{
            color: rgb(0,255,255);
        }
        58%{
            color: rgb(0,127,255);
        }
        66%{
            color: rgb(0,0,255);
        }
        75%{
            color: rgb(127,0,255);
        }
        83%{
            color: rgb(255,0,255);
        }
        91%{
            color: rgb(255,0,127);
        }
}
}