body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #003366;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info {
  font-size: 1.5rem;
}

.link {
  color: #72E5F2;
  text-decoration: underline;
  margin-left: 10px;
}

.contador {
  font-size: 2.5rem;
  font-weight: bold;
}
