body {
  background: rgba(11, 137, 191, 0.84);
}
* {
  box-sizing: border-box;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  color: #8822c7e7;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(
      to top,
      rgba(168, 30, 113, 0.76),
   
      rgba(67, 23, 189, 0.86)3) rgb(24, 131, 212),
      rgb(112, 199, 13),
     
    
    rgba(108, 227, 150, 0.8), rgba(34, 23, 10, 0);
  color: #86bd2e;
  padding: 10px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.meomfeo_cover {
  width: 100%;
  max-width: 960px;
  background: rgba(168, 10, 116, 0.92);
  color: #588e98;
  margin: 25px auto;
}

.meomfeo_header {
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding: 0 15px;
  border-bottom: 3px solid rgb(40, 164, 217);
}

.meomfeo_logo-box {
  position: relative;
  top: 0;
  left: 45px;
  min-width: 160px;
  height: 60px;
  padding: 0 20px;
  background: linear-gradient(
    to top,
    rgba(170, 7, 7, 0),
 
  
   
    rgba(51, 201, 153, 0.841)
  );
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.meomfeo_nav-button:hover {
  color: rgb(207, 53, 53) !important;
  box-shadow: none;
  transition: 0.5s;
  border: 1px solid #3e0aafd1 !important;
  background: rgb(191, 122, 122) !important;
}

.meomfeo_logo-text {
  color: #d03636;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}

.meomfeo_navigation-bar {
  position: relative;
  top: 0;
  right: 15px;
}

.meomfeo_nav-button {
  display: inline-block;
  margin-top: 10px;
  background: linear-gradient(
    to top,
    rgba(147, 11, 23, 0.614),
    
    rgba(216, 14, 54, 0)
  );
  color: #edd3d3;
  padding: 10px;
  color: #d3c8c8;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  min-width: 80px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.meomfeo_nav-button:hover {
  color: #c4bed9 !important;
  box-shadow: none;
  transition: 0.5s;
  border: 1px solid #be2087 !important;
  background: #d5caca !important;
}

.meomfeo_navigation-bar a:first-child {
  margin-right: 20px;
}

@media (max-width: 650px) {
  .meomfeo_header {
    flex-direction: column;
    height: 115px;
  }
  .meomfeo_logo-box {
    left: 0;
  }
  .meomfeo_navigation-bar {
    right: 0;
    display: flex;
    justify-content: space-around;
  }
  .meomfeo_nav-button {
    margin: 15px 0;
  }
}

.meomfeo_content-space {
  padding: 30px;
  background: rgb(211, 227, 246);
  display: block;
  color: #beb5b5;
  margin: 0 auto;

  color: #a22e2e;
  padding: 10px 30px;
}

.meomfeo_content-space h1,
.meomfeo_content-space h2 {
  font-size: 26px;
  color: rgb(16, 15, 15);
  margin: 10px 0 25px;
  text-align: center;
}

.meomfeo_content-space h2 {
  font-size: 36px;
}

.meomfeo_content-space ul {
  padding-left: 30px;
  list-style: disc;
}

.meomfeo_content-space li {
  font-size: 16px;
  margin-bottom: 12px;
}

.meomfeo_content-space p {
  color: #0e1a35;
  line-height: 1.6;
  margin-bottom: 15px;
}

.meomfeo_content-space table {
  max-width: 900px;
  display: inline-flex;
  background: rgb(117, 170, 203);
  margin: 0 auto;
  border-radius: 40px;
  border: 1px;
}
.table {
  max-width: 900px;
  display: inline-flex;
  background: rgb(121, 164, 223);
  margin: 0 auto;
  border-radius: 40px;
  border: 1px;
}

.meomfeo_content-space table td,
th {
  text-align: center;
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #d4d1d1;
}
/* .pin-up-uz_content-space table th {
    padding: 10px 0;
} */

.meomfeo_footer {
  background: #696262;
  padding: 15px 0;
  color: #c3b6b6;
}
.meomfeo_footer span {
  color: #d1c0c0;
}

.meomfeo_copyright {
  text-align: center;
}

.meomfeo_copyright a {
  color: rgb(166, 158, 158);
  font-size: 20px;
  text-transform: uppercase;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.table-container {
  overflow-x: auto;
}
