/*
 * The primary CSS file for this project. Any nested directories may have their own style.css files to override
 *      any configurations present here.
 */

/*
  * Root assignments:
  *     Color palette for the site
  */

:root {
    --color-dark: black;
    --color-light: white;
    --color-primary: lightblue; 
    --color-secondary: white;
    --color-alternate: gray; 
}

.header > img {
    max-height: 30%;
}

#flop {
    display: none;
}
