#ark-ie-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-family: sans-serif;
  padding: 2rem;
}

#ark-ie-overlay h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

#ark-ie-overlay p {
  max-width: 600px;
}

#ark-edge-warning {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffc107;
  color: black;
  padding: 1em;
  text-align: center;
  font-family: sans-serif;
  font-size: 1rem;
  z-index: 9998;
}

#ark-edge-warning button {
  margin-left: 0 1em;
  padding: 0.3em 0.8em;
  font-size: 0.9em;
  cursor: pointer;
}
