body {
  text-align: center;
  order: -2;
  font-family: ByteBounce;
  font-size: 30px;
  color: white;
  background-image: url("Int_Background.png");
  background-color: #cccccc;
  background-size: cover;
  background-repeat: no-repeat
}

/* Base styles for all devices (mobile-first approach) /
.container {
  width: 100%;
  padding: 10px;
}

/ Styles for screens larger than 768px (tablets and up) */
@media (min-width: 768px) {
  .container {
    width: 75%;
    margin: 0 auto;
  }
}

body {
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: black;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: ByteBounce;
  src: url('ByteBounce.ttf');
}