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

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