@font-face {
  font-family: byte;
  src: url(https://file.garden/Z78F0nFtX2vHpche/ByteBounce.ttf);
}

body {
  background-color: black;
  font-family: 'byte';
  font-size: 18px;
}

.text-container {
  color: white !important;
  background-color: transparent;
  width: 310px;
  margin: auto;
  padding: 0px;
  line-height: 16px;
}
a {
  color: white;
  text-decoration: none;
}
center a {
  color: yellow;
  text-decoration: none;
}
a:hover {
  color: darkblue;
  font-style: italics;
}

center {
  text-align: right;
}