.navbarcolor
{
  background-color: #B8D930;
  border-radius: 10px;
}
.navbarcolor2{
  background-color: #D1E5F3;
  border-radius: 15px;
  margin-left: 10px;
  padding: 5px;
  padding-bottom: 500px;
}

btn-primary{
  background-color: #B8D930;
}

.index{
  border-color: #CF549E;
  border-width: 30px;
  border-style: double;
  border-radius: 20px;
}
.navbarname:hover{
  background-color: #dfadcb;
}

.badeen-display-regular {
  font-family: "Badeen Display", system-ui;
  font-weight: 100;
  font-style: normal;
  font-size: 50px;
  text-decoration-line: underline;
}

.badeen-display-regular2 {
  font-family: "Badeen Display", system-ui;
  font-weight: 100;
  font-style: normal;
  font-size: 50px;
}

.geo-regular {
  font-family: "Geo", sans-serif;
  font-weight: 400;
  font-style: normal;}

  .btncolor{
    background-color:#B8D930;
    color: black;
  }

  .btncolor:hover{
    background-color: #CF549E;
  }
