/* agr */
:root {
    --theme: rgb(255, 162, 0);
    --background: rgb(255, 187, 69);
    --body: rgb(255, 226, 176);
    --h1text: white;
    --h2text: var(--theme);
}
