.anchor-container {
  display: flex;
  justify-content: space-between;
}

.anchor-back-to-top {
  font-size: 0.6em;
}

.anchor-back-to-top::before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #025D74 ;
}
