body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #0b2c22;
  color: white;
}

.topo {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background: #123f2f;
}

.deposito {
  background: gold;
  border: none;
  padding: 10px;
  border-radius: 6px;
}

.banner {
  background: #2ecc71;
  text-align: center;
  padding: 20px;
}

.jogos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 10px;
}

.card {
  background: #145a32;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}
