/*css = counter strike source*/

html {
  font-family: Comic;
  background-color: black;
}

body {
  position:static 
}

h1 {
  text-align: center;
  color: white
}
h2 {
  text-align: center;
  color: white
}
a {
  color: lightgray 
}
p {
  text-align: center; 
  color:white
}
ul {
  display: table;
  margin: 0 auto;
  color: white
}
pre {
  color: white;
  font-size: 16px;
  text-align: center;
  margin: 0
}
button {
  text-align: center;
  margin: 0 auto;
  display: table;
}