* {
  font: 900 14px/1.4 monospace, pixelify sans;
  font-family: "w95fa";
  color: #313939;
}

 html {
    background-image: -webkit-linear-gradient(top, #571a07, #b44a1d, #a67e27, #58511b, #37383c, #3a2238);
    color: #313939;
    background-image: url("/globlins/text_credit1.png");
  animation: background-animation 7s linear infinite;
  }

@keyframes background-animation{
 
 0% { background-position: 0 0}
  0.78125% { background-position: -3.90625px 0 }
  1.5625% { background-position: -7.8125px 0 }
 3.125% { background-position: -15.625px 0 }
 6.25% { background-position: -31.25px 0 }
 12.5% { background-position: -62.5px 0 }
  25% { background-position: -125px 0 }
  50% { background-position: -250px 0 }
 100% { background-position: -500px 0 }
  50% { background-position: -250px 0 }
  25% { background-position: -125px 0 }
 12.5% { background-position: -62.5px 0 }
 6.25% { background-position: -31.25px 0 }
 3.125% { background-position: -15.625px 0 }
 1.5625% { background-position: -7.8125px 0 }
 0.78125% { background-position: -3.90625px 0 }
 0% { background-position: 0 0 }
}

body {
  
  background-color: #a5a5a5;
  width: 70%;
  height: fit-content;
  text-align: left;
  justify-content: center;
  vertical-align: middle;
  margin: auto;
  padding: 10px;
  background-position: center center;
}

h1 {
  text-align: center;
  color: #e53b44;
}

button{
  background-color:#9e2835;
  }

li{
  list-style-type: none;
}

.lichangelog{
  list-style-type: none;
  padding: 0;
}

.lichangelog::before{
content: "-";
}

a{
  color: #e15656;
  }
  
  .divisor{
   width: 90%;
   background: #f1b265;;
   border-radius: 5px;
   height: 5px;
   justify-content: center;  
  vertical-align: middle;
  margin: auto;
 }
  
  /* phone */
@media only screen and (max-width: 600px) {
  
  body{
     width: 85%;
    }
    
}

@font-face {
  font-family: "w95fa";
  src: url(/fonts/w95fa.otf);
}

