.card{
    background: black;
    width: 320px;
    height: 180px;
    color:white;
    padding: 20px;
    display: flex;
    background: radial-gradient(at center bottom, rgb(113, 178, 128) 12%, rgb(19, 78, 94));
    flex-flow: column nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius:10px;
    transform-style: preserve-3d;
    transform: perspective(1000px);
    
}

.card a{
    color:white;
    text-decoration:none;
}

.card-image{
    width:60px;
    transform: translateZ(50px);
}

.card h2{
    padding:8px 0px;
    font-size:16px;
    text-align:center;
    text-transform:uppercase;
    font-weight:700;
    line-height: 1;
    transform: translateZ(50px);
}

.card h2 .subtitle{
    font-size:16px;
    text-transform:none;
    font-weight:100;
    font-style:italic;
    font-family:"Time News Roman";
}

.card .masklines{
    position: absolute;
    top: 25px;
    width: 100%;
    height: 100%;
    margin-left: -30px;
    background: url(../../resources/img/jumbotron.svg);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: -40px -10px;
    opacity: 0.7;
    
}
