    .container-topbar {
      max-width: 1020px;
      margin-left: 5px;
      margin-right: 5px;
    }
    .h1, .h2, .h3, .h4, .h5, .h6 {
      color: darkgreen;
    }
    h1, h2, h3, h4, h5, h6 {
      color: darkgreen;
    }
.container-header {
    background:#1D3900;
  color: darkgreen;
}
.navbar-brand {
        color: darkgreen;

}
.brand-logo {
        color: darkgreen;

}

.thumb {
    width: auto;
    height: 100px;
    transition: transform 0.2s ease;
    cursor: zoom-in;
}

.thumb:hover {
    transform: scale(4);
    transform-origin: left center;
    position: relative;
    z-index: 9999;
}