.dlink {
    width: 80px;
    height: 20px;
    z-index: +2;
    border-radius: 15px;
    border: 1px solid #82569b;
    background-color: white;
    color: #82569b;
    padding-top: 1px;
    padding-left: 3%;
    text-decoration: none;
    float: right;
}

.dlink:hover {
    cursor: pointer;
    background-color: #613779;
    color: white;
}