*
{
  padding: =0px;
}
body{
    background-color: white;
    
}






.links a.active{
  color: #FF7F50; /* Change to your desired color */
}


/* DESIGN AND DEVELOPED START FROM HERE */
.designDevloped {
  background-color: navy;
  color: white;
  font-size: 16px;
  text-align: center;
  height: 5vh;
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;    /* Centers vertically */
}

@media (max-width: 600px) {
  .designDevloped {
    font-size: 12px; /* Adjust font size for smaller screens */
    height: 4vh;    /* Adjust height for smaller screens */
  }
}
/* END DESIGN AND DEVELOPED HERE */