body {
  background: rgb(48, 7, 58);
}
* {
  box-sizing: border-box;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  color: #ffd000;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(
    to top,
    rgb(46, 191, 186),
    rgba(213, 0, 0, 0.8),
    rgb(107, 28, 2),
    rgb(6, 6, 6),
    rgb(120, 142, 255),
    rgb(255, 0, 238),
    rgb(0, 2, 8),
    rgba(238, 255, 151, 0.8),
    rgba(255, 0, 221, 0)
  );
  color: #020702;
  padding: 10px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.sdcb2_cover {
  width: 100%;
  max-width: 960px;
  background: linear-gradient(
    to top,
    rgba(210, 138, 23, 0),
    rgba(224, 185, 25, 0.8),
    rgb(204, 136, 19),
    rgb(213, 163, 15),
    rgb(208, 149, 21),
    rgb(153, 141, 30),
    rgb(216, 175, 9),
    rgba(180, 73, 23, 0.8),
    rgba(208, 114, 6, 0)
  );
  color: #140505;
  margin: 25px auto;
}

.sdcb2_header {
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding: 0 15px;
  border-bottom: 3px solid orange;
}

.sdcb2_logo-box {
  position: relative;
  top: 0;
  left: 45px;
  min-width: 160px;
  height: 60px;
  padding: 0 20px;
  background: linear-gradient(
    to top,
    rgba(210, 138, 23, 0),
    rgba(224, 185, 25, 0.8),
    rgb(204, 136, 19),
    rgb(213, 163, 15),
    rgb(208, 149, 21),
    rgb(153, 141, 30),
    rgb(216, 175, 9),
    rgba(180, 73, 23, 0.8),
    rgba(208, 114, 6, 0)
  );
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sdcb2_logo-text {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}

._navigation-bar {
  position: relative;
  top: 0;
  right: 15px;
}

.sdcb2_nav-button {
  text-align: center;
  color: #fff !important;
  background: linear-gradient(45deg, #915fff 7.32%, #6e36ea 94.1%);
  padding: 9.5px 77px;
  border-radius: 0;
  text-transform: none;
  box-shadow: 2px 6px 10px rgb(0 0 0 / 15%);
  border: 1px solid transparent !important;
  transition: 0.5s;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  margin: 0 auto;
}
.sdcb2_nav-button:hover {
  color: #6e36ea !important;
  box-shadow: none;
  transition: 0.5s;
  border: 1px solid #6e36ea !important;
  background: #f3f3f3 !important;
}

.sdcb2_navigation-bar a:first-child {
  margin-right: 20px;
}

@media (max-width: 650px) {
  .win1_header {
    flex-direction: column;
    height: 115px;
  }
  .sdcb2_logo-box {
    left: 0;
  }
  .sdcb2_navigation-bar {
    right: 0;
    display: flex;
    justify-content: space-around;
  }
  .sdcb2_nav-button {
    margin: 15px 0;
  }
}

.sdcb2_content-space {
  padding: 30px;
  background: linear-gradient(
    to top,
    rgba(210, 138, 23, 0),
    rgba(224, 185, 25, 0.8),
    rgb(204, 136, 19),
    rgb(213, 163, 15),
    rgb(208, 149, 21),
    rgb(153, 141, 30),
    rgb(216, 175, 9),
    rgba(180, 73, 23, 0.8),
    rgba(208, 114, 6, 0)
  );
  color: #fff;
  padding: 10px 30px;
}

.sdcb2_content-space h1,
.sdcb2_content-space h2 {
  font-size: 26px;
  color: rgb(43, 11, 230);
  margin: 10px 0 25px;
  text-align: center;
}

.sdcb2_content-space h2 {
  font-size: 36px;
}

.sdcb2_content-space ul {
  padding-left: 30px;
  list-style: disc;
}

.sdcb2_content-space li {
  font-size: 16px;
  margin-bottom: 12px;
}

.sdcb2_content-space p {
  color: #94d314;
  line-height: 1.6;
  margin-bottom: 15px;
}

.sdcb2_content-space table {
  border-collapse: collapse;
  width: 100%;
  background: LightSalmon;
  margin: 30px 0;
}
.table {
  overflow: scroll;
}

.sdcb2_content-space table td,
th {
  border: 2px solid orange;
  padding: 10px 50px;
  text-align: center;
}
/* .pin-up-uz_content-space table th {
    padding: 10px 0;
} */

.sdcb2_footer {
  background: #000;
  padding: 15px 0;
  color: #fff;
}
.sdcb2_footer span {
  color: #fff;
}

.sdcb2_copyright {
  text-align: center;
}

.sdcb2_copyright a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
img {
  max-width: 100%;
  max-height: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
