summaryrefslogtreecommitdiff
path: root/src/css/guzzle.css
blob: ac224f286032618032315d9109aa05db0a4c3761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
body {
  background-color: tan;
  font-family: monospace;
}

.content p,li {
  font-size: large;
}

#vidya {
  display: flex;
  justify-content: center;
}