body {
    background:
	url("../img/tree.jpg") no-repeat fixed right;
	/* url("../img/tree.jpg") no-repeat fixed left; */
    background-color: black;
    color: white;
    text-align: center;
}

h1 {
    color: white;
}

/* ---navbar--- */
.navbar {
  overflow: hidden;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  height: 200px;
  background: url("../img/monday.jpg") no-repeat center;
}

/* Main content */
.main-content {
  margin-top: 200px; /* Add a top margin to avoid content overlay */
}
