blob: 456bc7635bcaf203c03806e775894b1d4b8ce45d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
* {
box-sizing: border-box;
font-family: sans-serif;
}
a {
color: #1c7ed6;
font-size: 20px;
text-decoration: none;
font-weight: 500;
}
.page-title {
text-align: center;
}
|