body {
  background-image: url("https://static.vecteezy.com/system/resources/previews/068/037/232/non_2x/dark-brown-wood-grain-texture-background-walnut-wood-free-photo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} 
.gold-plaque {
  background: linear-gradient(145deg, #f9d46a, #c99e3a);
  border: 4px solid #e6b800;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  text-align: center;
  font-family: 'Georgia', serif;
  color: #442c00;
  font-size: 18px;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
} 
 .not-found-page {
   color: white;
 }
  