body,
html {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

#root {
  min-height: 100vh;
}

#ie-compatibility {
  background: white;
  color: #263238;
  text-align: center;
  font-size: 20px;
  box-sizing: border-box;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 300;
  position: absolute;
  font-family: Roboto, sans-serif;
  line-height: 1.3;
}

#ie-logo img {
  margin-bottom: 15px;
  width: 250px;
}

#ie-strong {
  font-weight: 600;
}

#ie-small {
  font-size: 15px;
}
