#border {
  border: 1px solid transparent;
  transition: border-width 0.4s ease, border-color 0.4s ease;
}

#border:hover {
  border-width: 30px;
  font-weight: bold;
}


.ds-link {
    color: #9D611C;
    font-weight: bold;
    text-decoration: none;

}

.ds-link:hover {

    text-decoration: underline;
}

.agb-link {
    color: #9D611C;
    font-weight: bold;
    text-decoration: none;

}

.agb-link:hover {

    text-decoration: underline;
}


