@font-face {
  font-family: "Terminus";
  src: url("assets/fonts/Terminus.ttf");
}


:root {
  --background-img:url('/assets/images/tiles/bg.jpg');
  --text-color:rgb(255, 255, 255);
}
a:visited {
  color: rgb(255, 182, 245);
}
a:link {
  color: rgb(255, 146, 146);
}

#header-img {
  max-width: 400px;
}

body {
  color:var(--text-color);
  background-image: var(--background-img);
  margin: auto;
  max-width: 80%;
  text-align: center;
  font-family: "Terminus";
  font-size: large;
}

header {
  text-align: center;
}

#main {
  width: auto;
}

td {
  border: 1px solid;
}

#sidebar {
  width: 200px;
  position: fixed;
}
#player {
  border: 4px solid pink;
  padding: 10px;
}
#links {
  border: 4px solid pink;
  padding: 10px;
}


code {
  background-color: rgb(119, 0, 119);
  font-family: "Terminus";
}
