@import "./resets.css";
@import "./theme.css";

body {
    background-color: var(--color-bg);
}

h1 {
    color: var(--color-yellow);
    text-align: center;
}