.center {
    display: block;
    margin: 0 auto;
}

.header-button {
    margin-left: 8px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: red;
    padding: 0 16px;
    border-radius: 2px;
}

.isolate {
    isolation: isolate;
}

/* .grecaptcha-badge {
    display: none !important;
} */