-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
71 lines (61 loc) · 895 Bytes
/
style.css
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
body {
margin: 0;
font-family: 'Open Sans';
}
strong {
color:#3F3D56
}
h1 {
font-family: 'Dosis';
font-size: 32px;
line-height: 40px;
text-align: center;
color:#3F3D56
}
h1 span {
color: #EE24FF;
}
p {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 22px;
text-align: center;
color: #828282
}
.page {
text-align: center;
}
ul {
display: flex;
list-style-type: none;
gap: 42px;
padding-left: 88vh;
}
#line {
width: 391px;
height: 0px;
left: 317px;
margin: 0 auto 0;
border: 1px solid #ECEFF2;
}
footer {
text-align: center;
align-items: center;
margin-top: 56px;
}
#wave {
position: fixed;
width: 100%;
left: 0;
margin-top: 144px;
margin-bottom: 0;
}
footer ul li a {
font-weight: 700;
font-size: 15px;
line-height: 22px;
color: #3F3D56;
text-decoration: none;
}