.showhim {
    height: 350px;
    width: 300px;
    transition: all .2s ease-in-out;
    margin: 3px;
    text-align: center;
    background-color: #4b2e83;
    color: White;
}

.showhim h3{
    margin: 0;
}

img {
    height: 300px;
}

.template-hook {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: black;
}

.showme {
    display: none;
}
.narr {
    height: 100px;
    overflow: auto;
}
.showme p{
    font-size: 11px;
    margin: 10px;
    color: white;
}

.showme h5 {
    margin: 0px;
}

.showhim:hover .showme {
    display: block;
}

.showhim:hover img{
    margin-top: 10px;
}

.showhim:hover {
    transform: scale(1.25);
    height: 550px;
    width: 500px;
    outline-style: groove;
    outline-color: #e8e3d3;
    outline-width: 1ex;
}