* {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100vh;
  width: 100vw;
  background-color: black;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#root {
  display: flex;
  flex-direction: column;
}

#onramp-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#onramp-element {
  width: 100vw;
  height: 100vh;
}