/* css styles */
html, body {
  height: 100%;
  margin: 0;
}

body {
  min-height: 100vh;
  background-color: #f0f0f0; /* Light base color */
  background-image: url('https://www.transparenttextures.com/patterns/asfalt-dark.png'); /* Light noise texture */
  background-repeat: repeat;
  color: #333;
}
