1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| .footer {
| clear: both;
| text-align: center;
| font-size: 10px;
| margin: 0 auto;
| bottom: 0;
| width: 100%;
| padding-bottom: 20px;
| flex: 0;
| position: relative;
| }
|
| .footer a {
| color: #A6A6A6;
| }
|
| .footer a:hover {
| color: #2660ab;
| }
|
|