
  .radial-gradient {
    background: radial-gradient(ellipse at top, #4d9f0c, transparent),
      radial-gradient(ellipse at bottom, #e1e2ad, transparent);
  }
  .background-navbar {
    background-color: #e8dcca;
    opacity: 80%;
  }
  

  .navbar{
    border-radius: 25px;
  } 