@font-face { font-family: Helvetica; src: url('Helvetica.ttf'); }
@font-face { font-family: Helvetica-Bold; src: url('Helvetica-Bold.ttf'); }
.content-div {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100vh;
    justify-content: center
}

.error-svg {
    display: flex;
    text-align: center;
    padding-bottom: 10px;
    max-height: 38px;
}

.change-address-warning {
    font-size: 22px;
    font-weight: 700;
    font-family: Helvetica,serif;
    margin: 2px;
}

.new-address-notice {
    font-size: 14px;
    font-weight: 400;
    font-family: Helvetica, serif;
}