| 123456789101112131415161718192021222324252627282930313233343536373839 |
- .agreement-container {
- padding: 20px;
- background-color: #fff;
- min-height: 100vh;
- }
- .title {
- font-size: 20px;
- font-weight: bold;
- text-align: center;
- margin-bottom: 20px;
- color: #333;
- }
- .content {
- font-size: 14px;
- color: #666;
- line-height: 1.8;
- }
- .h3 {
- font-size: 16px;
- font-weight: bold;
- color: #333;
- margin-top: 20px;
- margin-bottom: 10px;
- }
- .p {
- margin-bottom: 10px;
- text-align: justify;
- }
- .footer {
- margin-top: 40px;
- text-align: right;
- font-weight: bold;
- padding-bottom: 40px;
- }
|