.gallary .card-title {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallary .card-body {
    height: 120px;
    padding: 15px;
}

.gallary .card-img-top {
    height: auto;
}

.result {
    background-color: #6a93d4;
    width: 100%;
    padding: 1em;
    margin: 0.5em;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border: solid 2px honeydew;
}

#showMoreTrigger:hover {
    background-color: honeydew;
    border: solid 2px #6a93d4;
    color: #052d6e
}

#showMoreTrigger {
    width: 100%;
    padding: 1em;
    background-color: #6a93d4;
    display: inline-block;
    border: solid 2px white;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    color: honeydew;
}

.form-box {
    width: 20%;
    text-align: center;
    margin: auto; 
}