html {
  scroll-behavior: smooth;
  font-size: 76.92%;
  line-height: 1.38;
}

body {
  margin: 0;
}

.mire_main {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.mire_main .mire_logo {
  position: relative;
  width: 50%;
  min-width: 200px;
}
.mire_main .mire_logo img {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.mire_main .mire_txt {
  position: relative;
  width: 50%;
  min-width: 300px;
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  color: #000000;
}
.mire_main .mire_txt a {
  font-weight: 700;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .mire_main .mire_logo {
    width: 80%;
  }
  .mire_main .mire_txt {
    width: 80%;
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */