:root {
  --background: #f9f6ee;
  --foreground: #004aad;
}

html, body {
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

h1 {
  color: var(--foreground);
  text-transform: uppercase;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4vw;
  font-weight: 600;
}
