body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #101010;
}

html {
  font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  line-height: 1.5
}


::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.container {
  align-items: center;
  height: 100%;
  display: flex;
  justify-content: center;
}

.content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

h1, p {
  color: #fff;
}

p {
  font-size: 1.25rem;
}
