.add-links {
    display: flex;
    justify-content: space-evenly;
    margin: 0px 0px 24px 0;
    font-size: 20px;
}

.content {
    margin-top: -10px !important;
}

.bmd-form-group:not(.has-success):not(.has-danger) [class^="bmd-label"].bmd-label-floating {
    color: rgb(90, 90, 90) !important;
}

.add-links div {
    text-align: center;
}

.add-links a {
    background-color: white;
    border-radius: 8px;
    color: rgba(27, 27, 27, 1);
    box-shadow: 0px 2px 4px 1px rgba(27, 27, 27, 0.3);
    padding: 8px 32px;
}

.add-links .active {
    background: linear-gradient(60deg, #ab47bc, #8e24aa);
    color: white;
    box-shadow: 0px -1px 2px 1px rgba(27, 27, 27, 1) inset;
}