:root {
    --md-primary-fg-color:        #1E8359;
    --md-accent-fg-color: #1E8359;
  }

img {
  border: solid 2px;
  border-color: black;
  border-radius: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.md-sidebar--secondary {
  display: none !important;
}

.md-logo img {
  border: none !important;
}

.md-footer {
    background-color: #1E8359; /* Replace with your desired background color */
    color: white;          /* Replace with your desired text color */
}

.md-top:hover {
  background-color: #1E8359;
}


/* Optional: Change the link color in the footer */
.md-footer a {
    color: white; /* Replace with your desired link color */
}

.md-footer a:hover {
    color: black; /* Replace with your desired hover color */
}

a {
  color: black ;
}

a:hover {
  color: #1E8359 !important ;
}

.md-nav__link:hover{
  color: #1E8359 !important;
}

.md-nav__link:focus{
  color: #1E8359 !important;
}

.md-button {
  border-radius: 10px !important;
}

.md-button--text {
  border: none !important;
}
.md-button:hover {
  background-color: #82d3aa !important;
  color: white !important;
  border-color:  #15503a !important;;
}

.md-button--primary:hover {
  background-color:  #15503a !important;
  border-color: #15503a !important;
}
