.nav-top {
  justify-content: space-between;
  padding: 13px 40px;
  color: #e3e3e3;
  border-radius: 0;
  transition: background-color 0.3s;
  align-items: center;
  display: flex;
  background-color: #00810000;
  font-weight: bold;
  width: 100%;
  z-index: 1;
}
.nav-top a{
  text-decoration: none;
  color: white;
}

.FooterWebsite {
  padding: 10px 0px;
  color: #e3e3e3;
  border-radius: 0;
  transition: background-color 0.3s;
  align-items: center;
  display: flex;
  background-color: #008100;
  font-weight: bold;
  width: 100%;
}
.FooterWebsiteContain {
  padding-left: 0; 
  padding-right: 0; 
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.FooterWebsite .identity {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 43px 0px 43px 0px;
}
.FooterWebsite .moreInfo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.FooterWebsite .SectionInfo {
  border-color: rgb(218 174 25);
  border-right-width: 1px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}