.img-navbar {
    width: auto;
    height: 60px;
    transition: all 0.3s ease;
    margin-left: 10px;
  }
  
  .img-navbar:hover {
    transform: scale(1.2);
  }
  
  .endpoint-home{
      text-decoration: none;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
      color: #004700;
      font-weight: 700;
      transition: all 0.3s ease;
  }
  
  .endpoint-home:hover{
      background-color: #004700;
      color: aliceblue;
      padding: 10px;
      padding-left: 20px;
      padding-right: 20px;
      border-radius: 24px;
  }
  
  .endpoint {
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #004700;
    font-weight: 700;
    margin-left: 30px;
    transition: all 0.3s ease;
  }
  
  .endpoint:hover {
    background-color: #004700;
    color: aliceblue;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 24px;
  }
  
  .box-navbar-list {
    border: 1px solid #004700;
  }