h1 {
    font-size: min(5vw, 1.2em);
    text-align: center;
}

h2 {
    text-align: center;
}

.customer-portal {
    text-align: center;

}

section {
    width: 80%;
    margin: 0 auto 10px auto;
    max-width: 1200px;
}

a button {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    --pt-color-primary: #0074d4;
    --pt-animate-in-order: 1;
    -webkit-box-direction: normal;
    font-family: inherit;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
    text-transform: none;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 16px;
    padding: 12px 24px;
    height: 44px;
    margin-top: 16px;
    position: relative;
    transition: filter .2s ease-in,-webkit-filter .2s ease-in;
    -webkit-appearance: button;
    border-radius: 22px;
    color: #ffffff;
    background-color: rgb(0, 116, 212);
    border-color: rgb(0, 116, 212);
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    --pt-color-primary: #0074d4;
    --pt-animate-in-order: 1;
    -webkit-box-direction: normal;
    font-family: inherit;
    line-height: 1.15;
    text-transform: none;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    font-weight: 550;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
}
