:root {
  --site-blue: #0057ff;
}

html,
body {
  min-height: 100%;
  margin: 0;
  background: var(--site-blue);
}
