body { font-family:'Poppins',sans-serif; 
  background:#FFFFFF; 
  color:#111827; 
  margin:0; 
  padding:0; 
}

header { display:flex;
justify-content:space-between; 
align-items:center; 
padding:1rem 2rem; 
background:#8B5CF6; 
color:white; 
}
header .logo { font-weight:bold; 
  font-size:1.5rem; 
}
header nav ul { display:flex; 
  list-style:none; 
  gap:1.5rem; 
}
header nav ul li a { color:white; 
  text-decoration:none; 
  font-weight:500; 
}
header .carrinho { font-size:1.5rem; 
  cursor:pointer; 
}

.container { width:90%; max-width:1200px; margin:auto; padding:2rem 0; }
.container h1 { font-size:2rem; margin-bottom:1rem; }
.container p { margin-bottom:1rem; line-height:1.6; }
.imagem-time { width:100%; margin-top:1.5rem; border-radius:10px; }

footer { background:#8B5CF6; color:white; text-align:center; padding:1rem; margin-top:2rem; }

.img1{
  text-align: center;
}

@media(max-width:1100px){ header { flex-direction:column; gap:1rem; } }
