.block.block-webform.block-webform-block {
    max-width: 768px;
    margin: auto;
}
#edit-processed-text{
    text-align:center;
}
#edit-processed-text h2{
    color: #000;
}
#edit-processed-text-01 a{
    color: #A08C64;
}

body .block-webform-block .webform-button--submit{
   background: #2e6a6d;
   font-weight: 500;
}

body .site-footer{
   background: #2e6a6d;
}
.region-top{
    min-height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}