html, body {
  width: 100%;
  height: 100%;
  font-size: 24px; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.43;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.43;
  margin: 0;
  display: block;
  height: 100%;
  width: 100%; }

section {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

h1 {
  font-size: 3rem;
  margin: 0; }

p {
  margin: 0 0 1rem;
  color: #555555; }
