/* ================================
   Josimar Marketing - ElephantBet
   ================================ */

body {
  background-image: url('stadium.jpg');
  background-size: cover;
  background-position: center;
  font-family: 'Poppins', sans-serif;
  color: white;
  text-align: center;
  margin: 0;
  padding: 0;
}

.overlay {
  background: rgba(0, 0, 0, 0.6);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  padding: 30px;
  max-width: 400px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid gold;
  margin: 15px 0;
}

h1 {
  color: gold;
  font-size: 28px;
  margin-bottom: 10px;
}

a {
  color: #00ffea;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}

a:hover {
  text-decoration: underline;
  color: yellow;
}
}