html {
  height: 100%;
  font-size: 16px;
}

body {
  margin: 0;
  background: #1f2933;
  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;
}

.splash-page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: #1f2933;
}

.full-size-container {
  display: flex;
  width: 100%;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.single-border {
  border: 1px solid #88888844;
}

.my-card {
  width: 300px;
  margin: 0 auto;
}

.centered-title {
  justify-content: center !important;
}

.tritiya-splash-card {
  background: #fff;
  box-shadow: none;
}

.i-realities-logo {
  border-radius: 200px;
  background-color: #fff;
}

.tritiya-splash-copy {
  margin-right: 10px;
  margin-bottom: 18px;
  margin-left: 10px;
}

.tritiya-splash-copy p + p {
  margin-top: 0.55rem;
}

@media screen and (max-width: 768px) {
  .full-size-container {
    padding: 1.5rem;
  }
}
