blob: edc12ff607cde06cfa31eaf5c9c223afcfbaf19c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
html, body {
font-family: "Helvetica", "Arial", sans-serif;
font-weight: 200;
}
.full-height {
height: 80vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.content {
text-align: center;
}
.links > a {
color: #35157f;
padding: 0 15px;
font-weight: bolder;
font-size: larger;
letter-spacing: .1rem;
text-decoration: none;
}
.logo {
margin-bottom: 60px;
}
|