:root {
    --acc-color: #f7293d;
}

body {
    color: var(--acc-color);
}

img {
    max-width: min(20vh, 20vw);
}