aboutsummaryrefslogtreecommitdiff
path: root/styles.css
blob: 3652b41e445a530bb69b47da03a4234670771b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
* {
  box-sizing: border-box;
}

body {
  font-family:
    Courier New,
    Courier,
    Monospace;
  width: 700px;
  max-width: calc(100% - 20px);
  margin: auto;
}