* {
  margin: 0;
  padding: 0;
  font-family: sans-serif, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    "Montserrat", -apple-system, Roboto, Helvetica;
  box-sizing: border-box;
}

h2 {
  text-align: center;
}

p {
  text-align: center;
}


header {
  background: linear-gradient(to right, #002d22, #156858, #041411);
  border-bottom: 1px solid #b6b1b1;
  border: 4px dotted #00f;
}

.logo_container {
  display: flex;
  justify-content: center;
  padding: 10px;
  margin-bottom: 2px;
  border-bottom: 1px solid #b6b1b1;
}
.nav_bar {
  display: flex;
  padding: 1px;
  justify-content: space-evenly;
  align-items: center;
}
.nav_bar a {
  border-radius: 10px;
  background-color: #25579d;
  color: #fff;
  display: flex;
  justify-content: center;
  border: #605f5f;
  padding: 2px 15px;
  text-decoration: none;
  transition: color 0.2s;
}
.nav_marquee {
  border: 1px solid #ff0;
  background-color: #fa1f1f;
  padding: 3px;
  color: #fff;
}
.nav_bottom {
  background-color: #1d9d82;
  margin-bottom: 10px;
}
.nav_bottom h1 {
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 0;
}
.leak_satta_box {
  border: 3px solid rgb(40, 176, 16);
  background: #79cef9;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
}
.leak_satta_title {
  color: #ff2121;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  text-align: center;
}
.leak_satta_subtitle {
  color: #7823a2;
  font-size: 16px;
  margin: 0px 0px 8px 0px;
  text-align: center;
}
.leak_satta_description {
  color: #000;
  font-size: 16px;
  margin: 0;
  text-align: center;
}
.leak_satta_contact {
  font-weight: bold;
  color: green;
  font-size: 18px;
  margin: 4px 0px 4px 0px;
  text-align: center;
}
.leak_satta_buttons {
  display: flex;
  justify-content: center;
}
.leak_satta_buttons a.whatsapp {
  background-color: green;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  margin: 0 5px;
  border: 1px solid #00f;
}
.leak_satta_buttons a.call {
  background-color: #00f;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  margin: 0 5px;
  border: 1px solid #00f;
}
.board_heading h1 {
  text-align: center;
  padding: 5px 0px 0px 0px;
  background-color: rgb(244, 41, 41);
  color: blue;
}
.number_board {
  border: 5px solid rgb(214, 237, 38);
  border-radius: 10px;
  background: linear-gradient(to right, #eecda3, #ef629f);
  text-align: center;
  padding: 10px;
  color: #fce418;
}
.number_board div .one {
  font-size: 30px;
  -webkit-text-stroke: 1px rgb(208, 229, 23);
  text-shadow: 6px 4px 4px #000;
  color: rgb(49, 43, 244);
  font-weight: bold;
}
.number_board div .two {
  color: rgb(8, 8, 13);
}
.number_board div .three {
  color: #071308;
  font-size: 25px;
  font-weight: 800;
  padding-bottom: 10px;
}
.satta_Khana {
  border: 5px solid #000;
  border-radius: 10px;
  background: linear-gradient(
    to right,
    rgba(8, 97, 154, 1) 0%,
    rgba(5, 6, 55, 1) 100%
  );
  text-align: center;
  padding: 10px;
  color: #fce418;
}
.satta_Khana .one p {
  color: #ffffff;
  line-height: 18px;
  font-size: 18px;
  font-weight: 800;
}
.satta_Khana .one-new h2 {
  color: #ee1e2c;
  line-height: 18px;
  font-weight: 800;
}
.satta_Khana .one-new p {
  color: #f05e36;
  font-size: 16px;
  font-weight: 800;
}
.satta_Khana .two p {
  color: #79d2f8;
  line-height: 15px;
  font-weight: 800;
  font-size: 14px;
}
.satta_Khana .three p {
  font-weight: 800;
  font-size: 16px;
}
.satta_Khana .buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.satta_Khana .buttons a {
  text-decoration: none;
  color: #000;
}
.satta_Khana .buttons a .telegram {
  border: 2px inset #777;
  margin-right: 10px;
  padding: 10px;
  background-color: #00f;
  color: #fff;
}
.satta_Khana .buttons a .whatsapp {
  border: 2px inset #777;
  padding: 10px;
  background-color: green;
  color: #fff;
}
.satta_chart {
  margin-top: 10px;
}
.satta_chart_header {
  background-color: #002f99;
  font-size: 20px;
}
.satta_chart .satta_chart_header {
  text-align: center;
  margin: 0;
}
.satta_chart_body {
  margin-bottom: 10px;
}
.satta_chart_body {
  margin-bottom: 10px;
}
.satta_chart .satta_chart_body h3 {
  text-align: center;
  margin: 0;
}
.satta_chart .satta_chart_body table {
  margin: auto;
  width: 100%;
  border: 2px solid;
}
.satta_chart_body table tr th,
.satta_chart_bodyn table tr td {
  text-align: center;
  border: 1px solid;
}
.satta_chart_body table tr th {
  background-color: #092248;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 0px 2px;
}
.satta_chart_body table tr td {
  text-align: center;
  border: 1px solid;
}
.sattamaharaj_info {
  border: 2px solid #000;
  border-radius: 10px;
  background: #156858;
  background: -webkit-linear-gradient(to right, #002d22, #156858, #041411);
  background: linear-gradient(to right, #002d22, #156858, #041411);
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.sattamaharaj_info h2 {
  margin-bottom: 10px;
  color: #fb9537;
  text-align: center;
  margin: 0;
}
.sattamaharaj_info p {
  text-align: center;
  margin-bottom: 10px;
}
.sattamaharaj_info a {
  text-decoration: none;
  color: #fff;
}
.sattamaharaj_info h3 {
  margin-bottom: 10px;
  color: #fb9537;
  text-align: center;
  margin: 0;
}
.satta_record h2 {
  background-color: #002f99;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  margin: 0;
}
.satta_record ul {
  list-style: none;
  padding: 0;
}
.satta_record li {
  background: linear-gradient(to right, #002d22, #156858, #041411);
  border: 2px solid #fff;
  padding: 5px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.satta_record a {
  color: #fff;
  text-decoration: none;
}
.sattaboard_lagana {
  background: linear-gradient(to right, #159957, #155799);
  border-radius: 10px;
  border: 3px solid #000;
  padding-top: 5px;
  text-align: center;
  margin-bottom: 5px;
  color: #fff;
  line-height: 2;
}
.sattaboard_lagana .one {
  color: yellow;
  font-size: 20px;
}
.sattaboard_lagana .two {
  padding-top: 5px;
  color: orange;
  font-size: 18px;
}
.sattaboard_lagana a {
  color: #ff0;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
}
.sattaboard_lagana .number:hover {
  color: #00f;
}

.footer_container {
  display: flex;
  justify-content: space-evenly;
  background-color: #32302f;
  color: #ccc;
  padding: 30px 0px 40px 0px;
  margin-top: 10px;
}
.footer_column {
  display: flex;
  flex-direction: column;
}
.footer_column h3 {
  margin-bottom: 10px;
  font-size: 4vw;
}
.footer_column a {
  font-size: 3vw;
  color: #b5b6ba;
  text-decoration: none;
  padding-bottom: 5px;
}
.copyright {
  color: #94969f;
  background-color: #2a2928;
  text-align: center;
  padding: 15px;
}
