.treebtn {
  width: 100%;
  background-color: white;
  font-weight: 500;
  color: #102649;
  border-radius: 0;
  margin-bottom: 1rem;
}

.treebtn:hover, .treebtn:focus, .treebtn:active {
  background-color: #f7c113;
}

.iconsocialtree {
  font-size: 2rem;
}

a {
  color: inherit;
}

