﻿.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: none;
}

a:active {
    color: white;
    text-decoration: none;
}

.cardInfo:hover, .cardInfo:active {
    background-color: #1a1a1a !important;
    box-shadow: 0 0 40px #2968ff;
}

.cardInfo {
    border-radius: 55px 55px 55px 55px;
    overflow: hidden;
    color: white;
    background-color: #1a1a1a !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.carousel {
    border-radius: 55px 55px 55px 55px;
    overflow: hidden;
}
