TermsOfUse.css
1 .terms-container { 2 background-color: #f4f4f4; 3 padding: 20px; 4 max-width: 800px; 5 margin: 20px auto; 6 border-radius: 8px; 7 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 8 } 9 10 .terms-container h1 { 11 font-size: 32px; 12 margin-bottom: 20px; 13 color: #333; 14 } 15 16 .terms-section { 17 margin-bottom: 20px; 18 } 19 20 .terms-section h2 { 21 font-size: 24px; 22 margin-bottom: 10px; 23 color: #444; 24 } 25 26 .terms-section p { 27 font-size: 16px; 28 line-height: 1.5; 29 color: #555; 30 } 31 32 .last-updated { 33 font-size: 14px; 34 color: #777; 35 text-align: right; 36 }