/* Setup */
div.card-wrapper{
    min-width: 650px;
    padding:1rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%) !important;
    border: 1px #6c6e7e;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

a.beautify {
    display: inline-block;
    padding-left:20px;
    transition: .3s;
    font-weight:bold;
    text-decoration:none;
    color:#DA291C;
}
a.beautify:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.btn-primary{
    background-color:#FFCD00!important;
    border-color: #FFCD00!important;
    color:#DA291C;
}
