body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: #003135;
}

#fallback {
  display: none;
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

#fallback .content {
  max-width: 400px;
  padding: 2rem;
}
