@charset "UTF-8";
/* Ashley Butcher <ashley@alien.net.au> */
:root {
 color-scheme: light dark;
 --c-red: #be1e2d;
 --c-salmon: #e8b8aa;
 --c-linen: #eae4db;
 --body-bg: #f3f2f5;
 --logo-brain: #58595b;
 --logo-title: #58595b;
 --logo-line: #bcbec0;
 --logo-subtitle: #676769;
}

body {
 display: flex;
 align-content: center;
 justify-content: center;
 width: 100vw;
 height: 100vh;
}

svg {
    width: 60vw;
    padding-bottom: 10vh;
}