a {
    text-decoration: none!important;
}

.link-box text {
    color: black;
    text-decoration: none;
}

.link-box i {
    float: left;
    font-size: xx-large;
}

.link-box {
    text-decoration: none;
    font-size: xx-large;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    width: 80%;
    border-radius: 20px;
}

.link-box:hover {
    filter: brightness(125%);
}