summaryrefslogtreecommitdiff
path: root/404/css/main.css
blob: 5891d12daed3054a72221cfdc164fd3c05b9651f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.content {
  text-align: center;
  color: #000000;
}

.content h1 {
  font-weight: 900;
  line-height: 1;
  margin-bottom: -10px;
  opacity: 0.6;
}

.content h2 {
  font-weight: 700;
  margin-bottom: 6px;
  opacity: 0.9;
}