#post-185 .entry-header .entry-title {
    text-align: center;
}

.contact-alert {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding-bottom: 1px;
    border-bottom: solid rgb(25, 135, 84);
}

.contact-p {
    width: 100%;
    background-color: bisque;
}

.contact-l {
    /* margin-bottom: 2px; */
}

.contact-i {
    width: 100%;
}

.contact-i.contact-height {
    height: 250px;
}

.contact-b {
    width: 100%;
}

.contact-b:hover {
    cursor: pointer;
    opacity: 0.5;
}