.imicro-age {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fefefe;
}
.age-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.imicro-age-content {
  background-color: #fefefe;
  margin: auto;
  width: 80%;
  max-width: 450px;
  text-align: center;
  padding-bottom: 100px;
}
.imicro-age-heading {
  font-size: 37px;
  color: #ff5656;
}
.imicro-age-text {
  margin-top: 10px;
  color: #ff5656;
}
.imicro-age-button-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.age-button {
  box-shadow: none !important;
  color: #333;
  background-color: #eb3954 !important;
}
#imicroAgeYes {
  margin-right: 10px;
}
