aboutsummaryrefslogtreecommitdiff
path: root/static/global.css
blob: ce1f73fb7d97bfafe1be630b4d8ebcb0678ab52a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* {
  margin: 0;
  padding: 0
}

#lgtm {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lgtm p {
  color: #3B3B3B;
  font-family: Yrsa, serif;
  font-size: 48px;
  line-height: 0.96em;
}