body {
  background: rgb(50, 214, 102);
}
* {
  box-sizing: border-box;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  color: #bc28da;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(
          to top,
          rgb(0, 255, 42),
          rgba(0, 0, 255, 0.8),
          rgb(0, 255, 94),
          rgb(234, 0, 255),
          rgb(0, 183, 255),
          rgb(6, 27, 16),
          rgb(179, 0, 255),
          rgba(0, 170, 255, 0.8),
          rgba(0, 255, 166, 0)
  );
  color: #90a8bf;
  padding: 10px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.yol {
  width: 100%;
  max-width: 960px;
  background: linear-gradient(
          to top,
          rgba(205, 59, 59, 0),
          rgba(33, 47, 0, 0.8),
          rgb(0, 0, 0),
          rgb(68, 112, 183),
          rgb(53, 6, 103),
          rgb(123, 255, 35),
          rgb(193, 255, 252),
          rgba(0, 0, 0, 0.8),
          rgba(251, 151, 37, 0)
  );
  color: #d8d3d3;
  margin: 25px auto;
}

.yol_header {
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding: 0 15px;
  border-bottom: 3px solid rgb(112, 85, 34);
}

.yol_logo-box {
  position: relative;
  top: 0;
  left: 45px;
  min-width: 160px;
  height: 60px;
  padding: 0 20px;
  background: linear-gradient(
          to top,
          rgba(59, 78, 40, 0.327),
          rgba(4, 58, 88, 0.8),
          rgb(155, 138, 109),
          rgb(20, 147, 147),
          rgb(91, 247, 60),
          rgba(13, 113, 56, 0.571),
          rgb(23, 52, 155),
          rgba(198, 143, 117, 0.8),
          rgba(163, 7, 177, 0)
  );
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: yolnter;
}

.yol_logo-text {
  color: #798a16;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}

._navigation-bar {
  position: relative;
  top: 0;
  right: 15px;
}

.yol_nav-button {
  text-align: center;
  color: #fff !important;
  background: linear-gradient(45deg, #2e4177 7.32%, #60360c 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: yolnter;
  text-decoration: none;
  margin: 0 auto;
}
.yol_nav-button:hover {
  color: #020eeb !important;
  box-shadow: none;
  transition: 0.5s;
  border: 1px solid #26594d !important;
  background: #7b7795 !important;
}

.yol_navigation-bar a:first-child {
  margin-right: 20px;
}

@media (max-width: 650px) {
  .win1_header {
    flex-direction: column;
    height: 115px;
  }
  .yol_logo-box {
    left: 0;
  }
  .yol_navigation-bar {
    right: 0;
    display: flex;
    justify-content: space-around;
  }
  .yol_nav-button {
    margin: 15px 0;
  }
}

.yol_content-space {
  padding: 30px;
  background: linear-gradient(
          to top,
          rgba(52, 44, 31, 0),
          rgba(25, 224, 68, 0.8),
          rgb(143, 231, 234),
          rgb(146, 92, 177),
          rgb(208, 21, 171),
          rgb(220, 22, 144),
          rgb(154, 9, 216),
          rgba(180, 23, 88, 0.8),
          rgba(127, 89, 135, 0)
  );
  color: #82970e;
  padding: 10px 30px;
}

.yol_content-space h1,
.yol_content-space h2 {
  font-size: 26px;
  color: rgb(93, 194, 93);
  margin: 10px 0 25px;
  text-align: center;
}

.yol_content-space h2 {
  font-size: 36px;
}

.yol_content-space ul {
  padding-left: 30px;
  list-style: disc;
}

.yol_content-space li {
  font-size: 16px;
  margin-bottom: 12px;
}

.yol_content-space p {
  color: #071129;
  line-height: 1.6;
  margin-bottom: 15px;
}

.yol_content-space table {
  border-collapse: collapse;
  width: 100%;
  background: rgb(122, 255, 122);
  margin: 30px 0;
}
.table {
  overflow: scroll;
}

.yol_content-space table td,
th {
  border: 2px solid rgb(15, 175, 47);
  padding: 10px 50px;
  text-align: center;
}
/* 
} */

.yol_footer {
  background: #403232;
  padding: 15px 0;
  color: #fff;
}
.yol_footer span {
  color: #fff;
}

.yol_copyright {
  text-align: center;
}

.yol_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;
}
