#not-supported-browser-container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 763px;
  margin: auto;
  padding: 1rem;
}

#not-supported-browser-container h3 {
  margin-top: 3rem;
  text-align: center;
  font-family: Mulish, Arial, sans-serif;
  color: rgb(35, 35, 35);
  line-height: 1.5715;
  font-size: 1.266rem;
  font-weight: 400;
}

#app.hidden {
  display: none;
}
