.bottom_copy_front {
  color: #336699;
}

.bottom_copy_back {
  color: #339933;
}

.main_text {
  color: #fff;
  font-size: 50px;
  font-family: MICEGothic Bold;
  font-weight: 800;
}

.main_small {
  color: #fff;
  font-size: 15px;
  font-family: MICEGothic Bold;
}

.ui_opener {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  font-family: MICEGothic Bold;
}
/* 
.ui_container {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  background: linear-gradient(
    90deg,
    rgba(143, 143, 143, 1) 1%,
    rgba(240, 240, 240, 1) 46%,
    rgba(184, 184, 184, 1) 100%
  );
} */

.ui_container {
  border-radius: 0px 10px 10px 0px;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  background: rgb(51, 102, 153);
  background: linear-gradient(
    90deg,
    rgba(51, 102, 153, 1) 1%,
    rgba(51, 102, 153, 1) 26%,
    rgba(51, 153, 51, 1) 72%,
    rgba(51, 153, 51, 1) 100%
  );
}
@media screen and (max-width: 550px) {
  .main_text {
    color: #fff;
    font-size: 24px;
    font-family: MICEGothic Bold;
    font-weight: 800;
  }

  .main_small {
    color: #fff;
    font-size: 15px;
    font-family: MICEGothic Bold;
  }

  .ui_opener {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    font-family: MICEGothic Bold;
  }
}
