.warningIe {
    display: none;
  }

  @media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {

    /* IE10+ specific styles go here */
    /* body {
        display: none;
      } */




    .warningIe {
      display: block !important;

      font-size: 21px;
      color: #38b773;
      /* margin: 10% auto; */
      padding: 25px;
      border: 0px solid #3a3b3a;
      text-align: center;
      display: flex;
      color: #3d3d3d;
      background: white;
      height: 100vh;

      -webkit-transform: perspective(13px) translateY(0%);
      transform: perspective(13px) translateY(0%);

      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 999999;

    }
  }