﻿body {
  background-image: url('./images/background.svg'); /* Update path if needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Makes background stay in place when scrolling */
}

/* Make sure text is readable against background */
.content {
  color: #333; /* Dark text color for light background */
}