/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body { 
  margin: 0;
  font-family: Arial;
  background-image: url("toychest-back.jpg"); /* Relative path to your image */
  background-size: cover; /* Make the background responsive */
  background-repeat: no-repeat; /* Prevent image repetition */
  background-position: center center; /* Center the image */
  background-attachment: fixed; /* (Optional) Parallax effect */
}
.topnav {
  overflow: hidden;
  background-color: #239b56;
}
.topnav a {
  float: left;
  color: #f2f2f2; b
  text-align: center;
  padding: 12px 70px;
  text-decoration: none;
  font-size: 25px;
}
.topnav a:hover {
  background-color: #f8f9f9;
  color: brown;
}
.topnav a.active {    
  background-color: #edbb99;
  color: white;
}
