/* Custom CSS */

@font-face {
    font-family: "PlaypenSans";
    /* src: url("../Ameyallinda Signature.ttf"); */
    src: url("../PlaypenSans-VariableFont_wght.ttf");
}


/* Catch-all Centering Class */
.cent {
    justify-self: center;
    text-align: center;
}


/* Remove List Extra Padding */

.gatehouse {
    margin-block-start: 0px;
    margin-block-end: 0px;
}


.cardyc {
    border: 4px solid #009798;
    padding: 32px;
    border-radius: 25px;
    background-color: #fff;
    width: 75%;
    /* height: 250px; */
    justify-self: center;
}

.cardyc h2 {
    justify-self: center;
    text-align: center;
    color: #009798;
}

.cardyc p {
    justify-self: center;
    text-align: center;
    color: #444;
}

.cardyc i {
    justify-self: center;
    text-align: center;
    color: #444;
    font-size: xxx-large;
}


.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.05);
}

.pv-32 {
    padding-bottom: 32px;
    padding-top: 32px;
}
