.footer-text{
    color:white;
    font-size: 0.65rem;
}

.link{
    color:white;
    text-decoration: none;
}

.link:hover{
    color:white;
    text-decoration: none;
}

.card-text{
    background: rgba(0,0,0,.4);
    color: #fff;
    font-size: 10vw;
    font-weight: 400;
    text-align: center;
    width: 100%;
    line-height: 1;
}