.card1 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0ms;
    background-position: 50% 50%;
    background-size: cover;
    margin-left: 10%;
    border: 1px solid #dddddf;
    max-width: 440px;
    border-radius: 10px;
    margin-bottom: 30px;
    /*max-height: 550px;
    overflow:scroll;*/
}

.cardcontainer {
    display: grid;
    grid-column-gap: 0px;
    row-gap: 40px;
   
}

.card-h {
    margin: 0;
    font-weight: bolder;
    font-family: Segoe UI;
}

.card-p {
    margin: 0;
}
.card-link {
    color: inherit;
    text-decoration: none
}
        