body {
  margin: 0;
  font-family: sans-serif;
  background-image: url('bendera-racing.png');
  background-size: cover;
  background-position: center;
  color: white;
}
.container {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px;
  max-width: 600px;
  margin: 50px auto;
  border-radius: 12px;
}
form {
  display: flex;
  flex-direction: column;
}
label {
  margin-top: 10px;
}
input, select {
  padding: 10px;
  margin-top: 5px;
  border: none;
  border-radius: 5px;
}
button {
  margin-top: 20px;
  padding: 12px;
  background: white;
  color: black;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}
.lang-switch {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0,0,0,0.7);
  padding: 10px;
  border-radius: 5px;
}
