/* Start custom CSS for html, class: .elementor-element-470b974 */.linktree {
  list-style-type: none;
  text-align: center; 
  display: block;
  font-size: 17px;
  padding: 5px;
}

.linktree a:link {
  display: block;
  color: black;
  font-size: 17px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: #dfc3da; 
  padding: 5px;
  margin: 5px;
}

.linktree a:visited {
  display: block;
  color: black;
 background-color: #dfc3da; 
}

.linktree a:hover {
  color: black;
  display: block;
  background-color: #b5a6b2; 
}/* End custom CSS */