:root {
    --raeye-color: #51222C;
  }

body {
    background-color: var(--raeye-color);
    color: #fff;
}

.footer-text {
  font-size: 10px;
}