body {
  text-align: center;
  font-family: ByteBounce;
  font-size: 30px;
  color: white;
  background-image: url("Int_Background.png");
  background-color: #cccccc;
  background-size: cover;
  background-repeat: no-repeat
}

body {
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: black;
}

@font-face {
  font-family: ByteBounce;
  src: url('ByteBounce.ttf');
}