:root {
  --text-color: #ffffff;
}

body {
  color: var(--text-color);
  margin: 0;
}