table {
  font-family: 'Roboto', sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  //border: 1px solid #99dddd;
  border: 1px solid #8f62c1;
  text-align: left;
  padding: 8px;
}

th {
  border: 1px solid #8f62c1;
  background-image: linear-gradient(to right bottom, #5510f2, #8f62c1);
  
  color: #fff;
 position: sticky;
 top:10;
  vertical-align : middle;
  text-align:center;
  padding: 8px;
  
  }
tr {
  background-color: #fff;
}
/*
table td:nth-of-type(-n+2)
{
    text-align: right;
    background-color: blue;
}​  
table td:first-child{
    text-align:center;
}*/

.bg-title{
  background: rgb(148,187,233);
  background: radial-gradient(circle, rgba(148,187,233,1) 0%, rgba(161,153,146,1) 100%);
}
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 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;
      font-size: 50px;
      align-items: center;
}

@keyframes textclip {
  to {
    background-position: 200% center;
    align-items: center;
  }
}