a.btn-resources:active, a.btn-resources:link, a.btn-resources:visited{
    color:#ffffff!important;
    background:#58beb3;
    padding: 10px 20px;
    border-radius:10px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    letter-spacing:2px;
}

a.btn-resources:hover{
    background:#cc4483;
}