body{background-color:hsl(var(--color-backgroundPrimary))}.home{display:flex;place-items:center;place-content:center;height:100vh;width:100vw;background-color:hsl(var(--color-primary));transition:background-color .25s cubic-bezier(.2,0,.38,.9)}.home svg{fill:hsl(var(--color-secondary));transition:fill .25s cubic-bezier(.2,0,.38,.9);width:500px;height:auto}
