body {
  background: rgb(38, 71, 116);
}
* {
  box-sizing: border-box;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  color: #fbfbfb;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(
          to top,
          rgb(51, 101, 59),
          rgba(73, 96, 132, 0.8),
          rgb(22, 132, 63),
          rgb(104, 20, 111),
          rgb(15, 21, 103),
          rgb(4, 117, 59),
          rgb(79, 14, 107),
          rgba(9, 89, 129, 0.8),
          rgba(35, 82, 66, 0)
  );
  color: #636669;
  padding: 10px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.titp {
  width: 100%;
  max-width: 960px;
  background: linear-gradient(
          to top,
          rgba(91, 10, 10, 0),
          rgba(33, 47, 0, 0.8),
          rgb(131, 10, 10),
          rgb(68, 112, 183),
          rgb(101, 30, 176),
          rgb(123, 255, 35),
          rgb(4, 72, 69)
          rgba(0, 0, 0, 0.8),
          rgba(28, 84, 5, 0.468)
  );
  color: #d8d3d3;
  margin: 25px auto;
}

.titp_header {
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding: 0 15px;
  border-bottom: 3px solid rgb(112, 85, 34);
}

.titp_logo-box {
  position: relative;
  top: 0;
  left: 45px;
  min-width: 160px;
  height: 60px;
  padding: 0 20px;
  background: linear-gradient(
          to top,
          rgba(19, 69, 29, 0.327),
          rgba(20, 124, 180, 0.8),
          rgb(155, 138, 109),
          rgb(61, 192, 192),
          rgb(9, 101, 75),
          rgba(13, 113, 56, 0.571),
          rgb(9, 25, 83),
          rgba(96, 41, 15, 0.8),
          rgba(170, 91, 177, 0)
  );
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: titpnter;
}

.titp_logo-text {
  color: #bccc5d;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}

._navigation-bar {
  position: relative;
  top: 0;
  right: 15px;
}

.titp_nav-button {
  text-align: center;
  color: #f6a3a3 !important;
  background: linear-gradient(45deg, #8ba7f6 7.32%, #f7b97b 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: titpnter;
  text-decoration: none;
  margin: 0 auto;
}
.titp_nav-button:hover {
  color: #020eeb !important;
  box-shadow: none;
  transition: 0.5s;
  border: 1px solid #26594d !important;
  background: #7b7795 !important;
}

.titp_navigation-bar a:first-child {
  margin-right: 20px;
}

@media (max-width: 650px) {
  .win1_header {
    flex-direction: column;
    height: 115px;
  }
  .titp_logo-box {
    left: 0;
  }
  .titp_navigation-bar {
    right: 0;
    display: flex;
    justify-content: space-around;
  }
  .titp_nav-button {
    margin: 15px 0;
  }
}

.titp_content-space {
  padding: 30px;
  background: linear-gradient(
          to top,
          rgba(58, 54, 48, 0.579),
          rgba(27, 33, 29, 0.8),
          rgb(37, 54, 55),
          rgb(62, 47, 70),
          rgb(71, 44, 66),
          rgb(87, 53, 74)
          rgb(56, 42, 61),
          rgba(70, 43, 54, 0.8),
          rgba(95, 73, 100, 0)
  );
  color: #82970e;
  padding: 10px 30px;
}

.titp_content-space h1,
.titp_content-space h2 {
  font-size: 26px;
  color: rgb(93, 194, 93);
  margin: 10px 0 25px;
  text-align: center;
}

.titp_content-space h2 {
  font-size: 36px;
}

.titp_content-space ul {
  padding-left: 30px;
  list-style: disc;
}

.titp_content-space li {
  font-size: 16px;
  margin-bottom: 12px;
}

.titp_content-space p {
  color: #071129;
  line-height: 1.6;
  margin-bottom: 15px;
}

.titp_content-space table {
  border-collapse: collapse;
  width: 100%;
  background: rgb(122, 255, 122);
  margin: 30px 0;
}
.table {
  overflow: scroll;
}

.titp_content-space table td,
th {
  border: 2px solid rgb(15, 175, 47);
  padding: 10px 50px;
  text-align: center;
}
/* 
} */

.titp_footer {
  background: #403232;
  padding: 15px 0;
  color: #fff;
}
.titp_footer span {
  color: #fff;
}

.titp_copyright {
  text-align: center;
}

.titp_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;
}
