.contact-index-index .page-title-wrapper {
    text-align: center;
}
.contact-index-index .page-title-wrapper .page-title {
    font-weight: 500;
}
.contact-index-index .column.main{
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact-form .actions-toolbar{
    text-align: center;
}
#contact-form .actions-toolbar .primary{
    float: inherit;
}
#contact-form button[type="submit"]{
    background: black;
    border: 1px solid black;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100%;
    height: 50px;
    line-height: 1.3;
    border-radius: 0px;
}
#contact-form button[type="submit"]:hover{
    background: #374249;
}
