@import "./about/nav.css";
@import "./about/section.css";
@import "./about/problem.css";
@import "./about/solution.css";
@import "./about/table.css";
@import "./about/strategy.css";
@import "./about/contacts.css";

body { 
    background: oklch(from var(--gray) calc(l * 1.75) c h);

    --padding: 20px;
    --gutter: 16px;
}

#home {
    height: 100dvh;    
}

h1[aria-label="Brenda"] object { 
    width: 100%;
    margin: 0 auto;
    user-select: none;
    -webkit-user-select: none;
}

ul {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}

ul li {
    display: block;
}
