body {
    font-family: "Amazon Ember", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

awswaf-captcha, awswaf-captcha * {
    font-family: "Amazon Ember", Helvetica, Arial, sans-serif !important;
}

h1, h2, h3 {
    font-family: "Amazon Ember", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.c {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    padding: 0 24px;
}

.l {
    margin-bottom: 24px;
    width: 200px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 600px) {
    .c {
        min-height: 60vh;
        padding: 24px 8px;
    }

    .l {
        width: 150px;
        margin-bottom: 20px;
    }

    #b,
    #o {
        width: 100%;
        min-width: 0;
    }

    body {
        font-size: 1.1em;
    }
}