#browser-support {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  body {
    background-color: #000000;
  }
  #brsp::after {
    content: "Leider wird dieser Browser nicht unterstützt. Versuche es in einem anderen Browser erneut!";
  }
  #brsp {
    color: rgb(107, 107, 107);
    width: 100vw;
    height: 100vh;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
  }
}
