.logoz {
  position: fixed;
  padding: 10px;
  background: transparent;
  overflow: hidden;
  z-index: 1;
}

/* Ensure the logo stays at the top */
.logo-container {
  margin-top: 10px; /* Optional spacing from the top */
}

/* Control the logo's size */
.logo-container img {
  max-width: 200%;  /* Ensure the logo scales properly */
  max-height: 180px; /* Restrict height if needed */
  object-fit: contain;
}

body {
  margin: 0;
  background-color: #141439;
}

.custom-nav-spacing .nav-item:first-child {
  margin-top: 500px;
}

.navigation ul{
  list-style-type: none;
  margin: 0;
  padding: 180px 10px;
  width: 25%;
  background-color: #141439;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.navigation a {
  display: block;
  color: #fff;
  padding: 20px 10px;
  text-decoration: none;
}

.navigation a.active {
  background-color:#cc0000; 
  color: white;

}

.navigation li>a:hover:not(.active) {
  background-color: #cc0000;
  color: white;
}

.btn btn-primary btn-md {
  background-color:#cc0000; 
  color: white;
}

.pt5 a {
  color: #ffffff;
}
.pt5 a:visited {
  color: #ffffff;
}
.pt5 a:hover {
  color: #ffffff;
}
.pt5 a:active {
  color: white;
}