@font-face {
    font-family: 'foxcroft_nfregular';
    src: url('Police/foxcroft_nf_regular-webfont.woff2') format('woff2'),
         url('Police/foxcroft_nf_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: 'foxcroft_nfregular';
	justify-content: center;
	align-items: center;
	font-size: 60px;
}
@keyframes border-animation {
    11% { text-shadow: 0 0 10px #b83f98; }
    22% { text-shadow: 0 0 10px #63bb5e; }
    33% { text-shadow: 0 0 10px #789cab; }
    44% { text-shadow: 0 0 10px #336bba; }
	55% { text-shadow: 0 0 10px #a82642; }
    66% { text-shadow: 0 0 10px #fbfdb6; }
    77% { text-shadow: 0 0 10px #946cd2; }
    88% { text-shadow: 0 0 10px #653a1b; }
    99% { text-shadow: 0 0 10px #d04e21; }
  }
  .animated-text {
    color: #fffff;
    animation: border-animation 12s infinite;
  }
.table {
            border-collapse: collapse;
        }
.td {
            border: 5px solid white;
            padding: 2px;
    }