body {
  background-color: #D9C482;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

header#top-banner {
  padding-top: 30px; /* Adjust this value as needed */
}

header#top-banner img {
  width: 300px; /* Adjust based on your actual image size */
}

#monitor {
  margin: 20px auto; /* Centers the monitor image */
}

#monitor img {
  width: 80%; /* Adjust based on your actual image size */
}

nav#navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 20px auto;
}

nav#navigation .nav-button {
  background-color: #FFA500;
  color: white;
  padding: 10px 20px;
  margin: 5px;
  display: inline-block;
  border-radius: 10px;
}

#work-in-progress img {
  width: 50%; /* Adjust based on your actual image size */
  margin: 20px 0;
}

footer {
  background-color: #FF4500;
  padding: 10px 0;
}

footer .updates-button img {
  width: 100px; /* Adjust based on your actual image size */
}
