._root_13a82_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f00;
}html,
body,
#root {
  margin: 0;
  padding: 0;
  overflow: auto;
  font-family: 'Proxima Nova', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

body > iframe {
  display: none;
}

.custom-snackbar-top-right {
  top: 60px !important;
}
