summaryrefslogtreecommitdiff
path: root/css/styles.css
blob: e5b870b003270db9f18b7da7bceef065972da29d (plain)
1
2
3
4
5
6
7
8
9
10
body {
  background-color: #333;
}

#interactive-pacbot {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}