

body {
    background-color:#000730;
  background-image: url(https://cotton-chronicle.neocities.org/testbackgroundiee.png);
  color: rgb(9, 0, 34);
  min-height: 100px;
  font-family:Milas;
  font-size:50;
    position:absolute;
    top: 30%;
    right: 0;
    bottom: 0;
    width:100%;
    left: 0;
    line-height: 100px;
    margin-left:auto;
    margin-right:auto;
  text-align: center;
}

body {color: rgb(215, 234, 255);}
@font-face {
  font-family: Milas;
 

  src: url(https://cotton-chronicle.neocities.org/JF-Dot-jiskan24-2000.ttf);
}
.blinkhard {
  animation: opacity 3s ease-out infinite;
  opacity: 1;
  margin: auto;
}
@keyframes opacity{
  0% {
    opacity: 1
  } 
  50% {
    opacity: 0
  }
   100% {
    opacity: 1
  } 
}
.blinksoft{
  animation:opacity 1s ease-in-out infinite;
  opacity: 1;
  margin: auto;
}
@keyframes col{
  0% {
    opacity: 1;
  } 
  50% {
    opacity: 0
  }
   100% {
    opacity: 1
  } 
}

table{
    border-style: groove;
    border-color: #8a2be2;
    border-collapse:collapse;
    border: 3px solid #000c35 ;
    font-style: italic;
    color: #4000ff;
    text-emphasis-color: var(#8a2be2);
    display:block;
    background-color:rgb(28, 0, 36);
    background-clip: border-box;
    border-collapse: collapse;
    max-width: fit-content;
    max-width: fit-content;
    margin: 0 auto;
    overflow-x: auto;
    text-transform: capitalize;
}
table td{
  border:3px solid #000a24;
  border-style:groove;
  font-family: 'Times New Roman', Times, serif;
  background-color:rgb(14, 0, 10);
}