html.a11y-enabled body {
    background: #fff;
    color: #000;
}

html.a11y-enabled a {
    color: #f00;
    font-size: 1.1rem;
}

html.a11y-enabled p, html.a11y-enabled li, html.a11y-enabled h1, html.a11y-enabled h2, html.a11y-enabled h3 {
    font-size: 1.2rem;
    line-height: 30px;
}

html.a11y-reduce-motion * {
    animation: none !important;
    transition: none !important;
}

#a11y-button {
    text-align: center;
    color: #f00;
    margin-top: 5px;
}