@font-face {
    font-family: 'Gaiatype';
    src: url('Gaiatype.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

  hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cba6f7;
  margin: 1em 0;
  padding: 0;
  }
 body {
  background-color: #1e1e2e;
  color: #cdd6f4;
  font-family: 'Gaiatype', sans-serif;
  letter-spacing: -2px;
 }
 .nyaa {
  display: flex;
  justify-content: center;
  font-family: 'Gaiatype', sans-serif;
  letter-spacing: -2px;
 }
  .motd {
  display: flex;
  justify-content: center;
  margin-top: -25px;
 }
  .active {
    color: #cba7f0;
  }
  .other {
    color: #cba7f0;
  }
  a {
    color: #cba7f0;
  }
  .seperate {
  width: 100%;
  height: 32px;
  background-image: url(assets/seperate.png);
}
.seperate2 {
  width: 100%;
  height: 32px;
  background-image: url(assets/seperate2.png);
}
footer {
bottom: 0;
position: absolute; 
} 