.db-links {
  margin: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 20px;
}

.db-links > a {
    color: aquamarine;
    width: fit-content;  
}