body {
  border-radius: 10px;
  margin: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Segoe UI", sans-serif;
  background: url("images/background1.jpg") no-repeat center center fixed;
  background-size: cover;
  color: #fff;
  text-align: center;
}

header {
  height: 100px;
  background: rgba(0, 0, 0, 0.527);
  padding: 10px;
  box-shadow: 0 0 10px rgb(0, 0, 0);
  margin-bottom: 10px;
}

.logo {
  height: 80px;
  width: 50px;
  margin-top: -5px;
  margin-bottom: 0px;
}

h1 {
  font-family: "Sofia", sans-serif;
  font-size: 25px;
  text-shadow: 3px 3px 3px #ababab;
  margin-top: -5px;
  color: #ffffff;
}

.small {
  height: 40px;
  font-size: 25px;
}

.container {
  max-width: 800px;
  font-size: large 10px;
  margin: auto;
  padding: 0px;
  background: rgb(255, 255, 255);
  border-radius: 12px;
  box-shadow: 0 0 20px #ff0202;
}

/* .form-box removed */
.form-box {
  display: none;
  margin: 20px 0;
  padding: 15px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
}

input {
  display: block;
  width: 90%;
  padding: 10px;
  margin: 10px auto;
  border-radius: 6px;
  border: none;
  font-size: 16px;
}

.welcome {
  background: rgba(58, 53, 53, 0);
  color: #e40e0e;
  padding: -10px -50px -10px;
  font-weight: bold;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.btn {
  background: rgb(255, 255, 255);
  color: #ff0000;
  padding: 10px 20px 10px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 0 10px rgb(255, 0, 0);
}

.btn1 {
  background: rgb(255, 255, 255);
  color: #ff0000;
  padding: 10px 20px 10px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 0 10px rgb(255, 0, 0);
}

.jackpot-box {
  margin-top: 30px;
}

.jackpot-marquee {
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  color: #ffffff;
  font-weight: bold;
}

.jackpot-marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: scroll 15s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.slider {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  position: relative;
}

.slide {
  display: none;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 15px #ff0101;
}

.slide.active {
  display: block;
}

.button-box {
  margin: 30px 0;
}

.button-box .btn {
  margin: 10px;
}

.footer-links {
  display: flex;
  justify-content: center;
  font-size: 13px;
  gap: 20px;
  margin-top: 10px;
}

.footer-links a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.copyright {
  font-size: 15px;
  margin-top: 10px;
}
