aboutsummaryrefslogtreecommitdiff
path: root/pages/css/style.css
blob: d3883fc166268d279bd2f4da77eebdbf413de5fd (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
36
37
38
39
40
41
42
43
body {
  background-color: #85CCDA;
}

h1, .cta, .phone {
  font-family: 'Bungee Shade', sans-serif;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}

h1 {
  font-size: 64pt;
  color: #fff;
  margin: 24px auto;
}

p, ul {
  font-size: 14pt;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  color: #4C5F65;
}

.description {
  text-align: center;
  margin: 50px 0;
}

.usage {
  margin: 10px auto 50px;
  width: 25%;
}

.phone {
  font-size: 48pt;
}

.cta {
  margin: 24px auto;
  font-size: 48pt;
  color: #fff;
}