:root{--primary-color: #0066cc;--background-color: #f5f5f5;--text-color: #333}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'"'"'Segoe UI'"'"',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--background-color);color:var(--text-color);line-height:1.6}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;text-align:center}h1{font-size:3rem;margin-bottom:1rem;color:var(--primary-color);font-weight:700}p{font-size:1.2rem;color:#666;max-width:600px}@media (max-width: 768px){h1{font-size:2rem}p{font-size:1rem}}
