File size: 346 Bytes
f9c3085
e7e7281
f9c3085
 
e7e7281
 
 
 
f9c3085
 
e7e7281
 
f9c3085
 
e7e7281
 
 
f9c3085
 
e7e7281
 
 
 
 
 
 
 
 
 
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
body {
 background-color: #f5f5f5;
}

.container {
 max-width: 1200px;
 margin: 0 auto;
 padding: 20px;
}

.btn {
 margin: 20px 0;
}

.table {
 display: block;
 margin: auto;
}

.footer {
 display: flex;
 justify-content: center;
 align-items: center;
 height: 100px;
 background-color: #333;
 color: #fff;
 font-size: 18px;
 font-weight: bold;
}