.logo-bg-new {
  background-image: url('images/LogoAOG.png'); /* Adjust path if needed */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; /* or use 'cover' if you want it to fill the area */
  width: 110px;  /* Adjust size as needed */
  height: 110px;
  margin: 0 auto 24px; /* centers and adds bottom spacing */
}

.btn-outline-theme {
    color: black;
    background:#A5FF08;
    border-color: #A5FF08;
}

.btn-outline-theme:hover {
    color: #000;
    background-color: #3cd2a5;
    border-color: #3cd2a5
}
 a {
    color:#A5FF08;
 }