-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
107 lines (94 loc) · 1.53 KB
/
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
body {
font-family: 'Roboto', sans-serif;
display: flex;
flex-direction: column;
background: #fcfaf7;
height: 100vh;
margin: 0;
color: #343a40;
text-align: center;
}
header {
text-align: center;
color: #343a40;
padding: 10px;
margin: 10px;
}
iframe {
display: block;
margin: 0 auto;
margin-bottom: 15px;
padding: 10px;
border-radius: 4px;
border-color: #343a40;
}
img {
display: block;
margin: 0 auto;
}
p.phone {
text-align: center;
color: #343a40;
font-family: "Roboto", sans-serif;
font-size: 18px;
margin: 10px;
}
footer {
text-align: center;
color: #343a40;
font-size: 12px;
padding: 10px;
margin: 10px;
}
footer a {
color: #537627;
}
.app-wrapper {
max-width: 1100px;
margin: 20px auto;
}
btn .nav {
font-family: "Roboto", sans-serif;
line-height: 1.5;
font-size: 20px;
}
.nav-link {
color: #343a40;
}
.btn {
color: #fcfaf7;
background: #343a40;
border: solid #343a40;
border-radius: 4px;
opacity: 95%;
margin: 10px auto;
}
.main-card {
border-color: #343a40;
border-radius: 6px;
box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
padding: 10px;
margin: 10px;
height: auto;
width: 100%;
position: relative;
opacity: 95%;
}
.card-img-overlay {
position: static;
}
.card-style-h1 {
text-align: center;
color: #fcfaf7;
font-family: "Roboto", sans-serif;
font-weight: bold;
font-size: 45px;
margin: 10px;
}
.card-style-h2 {
text-align: center;
color: #fcfaf7;
font-family: "Roboto", sans-serif;
font-weight: bold;
font-size: 25px;
}