body {
  margin: 0;
  font-family: Arial, sans-serif;
}

#splash-screen {
  position: fixed;
  top: 65px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.splash-content {
  position: relative;
  text-align: center;
}

.splash-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

#close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #008000;
  color: #fff;
  border: none;
  padding: 2px 6px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 10px;
  z-index: 1010; /* Ensure the button is above the image */
}

#close-btn:hover {
  background-color: #023020;
}

#main-content {
  padding: 20px;
}

#marquee{
  background-color: #F6CE79 !important;
}

#nav-background{
  background-color: #F6CE79 !important;
}
