.border_card{
    border: 1px solid #aaa;
    box-shadow: 1px 1px 5px #666;
    border-radius: 20px;
}
.btn-danger{
    padding: 10px 20px ;
    border-radius: 20px;
}
.border-red{
    border-top: 1px solid #f00;
}
.text-clip{
    background:  linear-gradient(119deg, rgba(0,0,0,1) 4%, rgba(163,119,55,1) 51%, rgba(0,0,0,1) 98%);
    width: fit-content;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.border-clip{
    border-top: 1px solid transparent;
    border-image: linear-gradient(119deg, rgba(0,0,0,1) 4%, rgba(163,119,55,1) 51%, rgba(0,0,0,1) 98%);
    border-image-slice:1;
}