body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

header {
  background-color: #f8f9fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #007bff;
}
.auth-buttons {
  display: flex;
  justify-content: center;
}
.auth-buttons button {
  margin-left: 8px;
  padding: 10px 40px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(90deg, #fae59f 0%, #c4933f 100%);
  color: #fff;
  cursor: pointer;
  margin-block: 10px;
}

.lottery-image {
  width: 400px;
  height: auto;
  margin: 10px 0;
}

.navbar {
  background-color: #f8f9fa;
  width: 100%;
}
.navbar .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .logo img {
  width: 40px;
  height: 40x;
  border-radius: 50%;
}

.main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cta-button {
  margin-left: 8px;
  padding: 10px 40px;
  border: none;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(90deg, #fae59f 0%, #c4933f 100%);
  color: #fff;
  cursor: pointer;
  margin-block: 10px;
}
.nav-item {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.nav-item > li {
  list-style-type: none;
  margin-block: 0 10px;
  padding: 0;
  display: flex;
}
.container {
  max-width: 1000px;
  margin: auto;

  padding: 20px;
 
}

h1 {
  color: #333;
  text-align: center;
}

.app-details {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.app-details td {
  padding: 10px;
  border: 1px solid #ddd;
}

h2,
h3 {
  color: #444;
}

h1 {
    text-align: center;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin: 10px 0;
    font-size: 16px;
}

.highlight {
    color: green;
}

.image-box {
    text-align: center;
    margin: 20px 0;
}

.image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.download-button {
    display: block;
    text-align: center;
    background-color: rgb(52, 52, 190);
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    
    font-weight: bold;
    margin: 20px auto;
    width: fit-content;
}

.download-button:hover {
    background-color: #218838;
}

.thank-you {
    text-align: center;
    font-size: 18px;
    color: #555;
}
footer
{
    background-color: black;
    padding: 20px;
    color: white;
    text-align: center;
    border-top: 1px solid #ddd;
}