File size: 830 Bytes
49e2462
e736f3b
 
 
 
49e2462
 
e736f3b
 
 
 
 
 
 
49e2462
 
e736f3b
 
 
 
49e2462
 
e736f3b
 
 
49e2462
 
e736f3b
 
49e2462
e736f3b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
body {
 font-family: Arial, sans-serif;
 margin: 0;
 padding: 0;
 background-color: #f0f0f0;
}

.prose {
 max-width: 500px;
 margin: 0 auto;
 padding: 20px;
 background-color: white;
 border: 1px solid #ccc;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tips {
 font-size: 12px;
 text-align: center;
 color: #aaa;
}

.tips span {
 color: #008000;
 cursor: pointer;
}

.tips span:hover {
 color: #00b300;
}

.btn {
 display: inline-block;
 padding: 8px 12px;
 background-color: #007bff;
 border: 1px solid #007bff;
 border-radius: 5px;
 color: white;
 text-decoration: none;
 cursor: pointer;
}

.btn:hover {
 background-color: #0069d9;
 border-color: #0069d9;
}

.footer {
 margin-top: 20px;
 padding-top: 20px;
 border-top: 1px solid #999;
 text-align: center;
}

.footer p {
 margin-bottom: 0;
 font-size: 12px;
 color: #777;
}