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

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