@font-face {
  font-family: 'TF2 Build';
  src: url(https://forters-fortress.neocities.org/fonts/TF2Build.ttf);
}

@font-face {
  font-family: 'TF2 Professor';
  src: url(https://forters-fortress.neocities.org/tf2professor.ttf);
}

@font-face {
  font-family: 'TF2 Secondary';
  src: url(https://forters-fortress.neocities.org/fonts/TF2secondary.ttf);
}

body {
  margin: 0;
  width: 100%;
  background-image: url('computerwall002.png');
}

p {
  font-family: "TF2 Secondary";
  text-align: center;
  color: White;
}

h1 {
  font-family: "TF2 Build";
  font-size: 60px;
  text-align: center;
  color: White;
}

h2 {
  font-family: "TF2 Secondary";
  text-align: center;
  color: White;
}

ul {
  font-family: "TF2 Professor";
  font-size: 40px;
  color: White;
}

.imgcentered {
  display: block;
  margin: auto;
}

#88x31 {
  text-align: center;
}

#badlands {
  width: 768px;
  height: auto;
  display: block;
  margin: auto;
}

#list {
  width: 512px;
  height: auto;
  margin: auto;
}

#forter {
  margin-top: 512px;
}

#forter h1 {
  font-size: 160px;
}
  
