
body { font-family: Arial; margin: 0; background: #f4f4f4; }
header { background: #333; padding: 20px; }
nav ul { list-style: none; display: flex; justify-content: center; }
nav ul li { margin: 0 15px; }
nav ul li a { color: white; text-decoration: none; font-size: 16px; }
.intro { text-align: center; padding: 60px 20px; background: #2c3e50; color: white; }
.btn { background: #e74c3c; color: white; padding: 10px 15px; text-decoration: none; border-radius: 5px; display: inline-block; margin-top: 10px; }
section { padding: 40px 20px; }
.produtos-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.produto { background: white; padding: 10px; width: 200px; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.1); border-radius: 8px; }
.produto img { width: 100%; height: 140px; object-fit: cover; border-radius: 6px; }
footer { text-align: center; background: #333; color: white; padding: 20px; }
.pagamento-container { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; }
.metodo { background: white; padding: 20px; border-radius: 8px; width: 250px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.metodo img { width: 100%; max-width: 200px; }
