@font-face {
  font-family: CC;
  src: url(https://files.gamebanana.com/bitpit/chinacat.ttf);
}

div {
  font-family: CC;
}

p {
  text-align: center;
}

th, td {
  background: linear-gradient(to bottom, #5A2F63 0%, #8C489B 100%);
}

th, td {
  padding: 6px;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

body {
color: transparent;
background: linear-gradient(to bottom, #FFAA00 95%, #AC5000 96%, #703200 100%);
height: 0%;
overflow-x: hidden;
text-align: center;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0 0;



#demotext {
font-family: CC;
margin-left: auto;
margin-right: auto;
text-align: center;
color: transparent;
background: #5e3067;
-webkit-background-clip: text;
-moz-background-clip: box;
background-clip: box;
text-shadow: 0px 3px 3px rgba(228,192,237,0.6);
}



footer {
  font-family: CC;
  display: block;
  text-align: center;
  padding: 3px;
  background: linear-gradient(to bottom, #3C1F42 0%, #8C489B 100%);
  color: white;
}


