body {
    
    border:6px solid black;
    padding: 2rem 1rem;
    min-height: 3em;
    resize: both;
    background: #ffd43e33; 
   /*border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cstyle%3Epath%7Banimation:stroke 5s infinite linear%3B%7D%40keyframes stroke%7Bto%7Bstroke-dashoffset:776%3B%7D%7D%3C/style%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%232d3561' /%3E%3Cstop offset='25%25' stop-color='%23c05c7e' /%3E%3Cstop offset='50%25' stop-color='%23f3826f' /%3E%3Cstop offset='100%25' stop-color='%23ffb961' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3' stroke-dasharray='388'/%3E %3C/svg%3E") 1;
   */ }
    
.gradient-border {
--borderWidth: 3px;
background: #9e915b33;
position: relative;
border-radius: var(--borderWidth);
}
.gradient-border:after {
content: '';
position: absolute;
top: calc(-1 * var(--borderWidth));
left: calc(-1 * var(--borderWidth));
height: calc(100% + var(--borderWidth) * 2);
width: calc(100% + var(--borderWidth) * 2);
background: linear-gradient(60deg, #46413d, #36465c, #4a6840, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
border-radius: calc(2 * var(--borderWidth));
z-index: -1;
animation: animatedgradient 3s ease alternate infinite;
background-size: 300% 300%;
}

    .wrapper{
        width: 850px;
        margin: 0 auto;
    }
    .page-header h2{
        margin-top: 0;
    }
    table tr td:last-child a{
        margin-right: 15px;
    }
    .centered{         
text-align: center;
padding:2px;

    }
/*    footer{*/
/*position: fixed;*/
/*bottom: 0;*/
/*background-color:  #33383b;*/
/*color: #ffffff;*/
/*font-size: 13px;*/
/*border-radius: 50%;*/
/*text-align: center;*/
/*line-height: 42px;*/
/*margin:0px;*/
/*}*/
.cardCount {
/* Add shadows to create the "card" effect */
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
background-color:  #33383b;
border-radius: 5px; /* 5px rounded corners */
width: 30%;
display: flex;
flex-direction: column;
border: 1px red solid;
color: white;
}
