body {
  background-image: url('https://sord.neocities.org/undertale/stars.gif');
  background-repeat: no-repeat;
  background-size: cover;
}
	

td {
	font-family: verdana,  Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight:normal;
}

.navlink {
	font-family: "Jersey 10", sans-serif; font-size: 20px; color: #00d9ff; line-height:15px; font-weight: bold; text-decoration:none;
}
.navlink:hover {
	font-family: "Jersey 10", sans-serif; font-size: 20px; color:	#05edfb; line-height:15px; font-weight: bold; text-decoration:none;
}
.copyright {
	font-family: verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:	#41d3c0; line-height:15px; font-weight: normal; text-align: center;
}
.welcome {
	font-family: "Jersey 10", sans-serif; font-size: 30px; color: #05edfb; line-height:16px; letter-spacing: 1px; font-weight:bold;
}
.txt{
	font-family: verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #429fa4; line-height:14px; font-weight: normal; text-decoration:none;
}
.txt1{
	font-family: verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #429fa4; line-height:12px; font-weight: normal; text-decoration:none; text-align: justify;
}
.input {
	color: #000000; font-size: 10px; font-family: Verdana; background-color: #ffffff; border: 1px solid #A70C30; width: 80px;
}

.jersey-10-regular {
  font-family: "Jersey 10", sans-serif;
  font-weight: 400;
  font-style: normal;
}




.animate-charcter
{
  font-family: "Jersey 10", sans-serif; font-size: 30px;
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #41d3c0 0%,
    #05edfb 29%,
    #00d9ff 67%,
    #41d3c0 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}



