.border{
    border-radius: 20px;
    border: 5px solid #f00;
    filter: brightness(70%);
    transition: .3s linear;
}
.border:hover{
    filter: brightness(100%);
    box-shadow: 5px 5px 20px #000;
}
.uniroyal-text
{
    color: #f00;
    text-decoration: none;
    
}
.uniroyal-text:hover{
    color: rgb(201, 5, 5);
    text-decoration: none;
}