.cloudfounding {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    /* border-radius: 12px; */
    /* object-fit: cover; */
    /* overflow: hidden; */
    width: 300px;
}
.cloudfounding p {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0.6rem;
    line-height: 1.2;
    color: #fff;
}
.cloudfounding a {
    display: block;
    overflow: hidden;
    border-radius: 36px;
    
    border: solid 3px #CD0043;
    box-shadow: 0 0 64px rgba(255,255,255, .8);
    line-height: 1;
}
.cloudfounding a:hover {

    /* border: solid 3px #CD0043; */
    border: solid 3px #fff;
    border-radius: 9px;
    box-shadow: 0 0 12px rgba(0,0,0, .4);
    transition: all 0.2s;
}
.cloudfounding a img {
    
    width: 100%;
    height: 100%;
}
.cloudfounding a:hover img {
    transform: scale(1.1);
    transition: all 0.2s;
}