blob: aca9d01b0755b871d276b4c9ef10535fdfd0cc6f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@import url('https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack.css');
body {
font-family: Hack, sans-serif;
}
.main {
text-align: center;
}
.review {
text-align: left;
}
|