body{--primary-color-dark: hsl(238, 35%, 10%);--primary-color: hsl(238, 35%, 15%);--primary-color-light: hsl(238, 35%, 20%);--secondary-color-dark: hsl(13, 82%, 51%);--secondary-color: hsl(13, 82%, 56%);--secondary-color-light: hsl(13, 82%, 61%);--neutral-color-black: hsl(0, 0%, 0%);--neutral-color-darkgrey: hsl(0, 0%, 25%);--neutral-color-grey: hsl(0, 0%, 50%);--neutral-color-lightgrey: hsl(0, 0%, 75%);--neutral-color-white: hsl(0, 0%, 100%)}body{margin:0;width:100vw;height:100vh;background-color:var(--primary-color);color:var(--neutral-color-white);font-family:Space Mono;overflow:hidden}button{padding:.5rem .9rem;cursor:pointer}@keyframes slide-to-the-right{0%{transform:translate(-100%)}}@keyframes slide-to-the-left{to{transform:translate(100%)}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.space-mono-regular{font-family:Space Mono,monospace;font-weight:400;font-style:normal}.space-mono-bold{font-family:Space Mono,monospace;font-weight:700;font-style:normal}.space-mono-regular-italic{font-family:Space Mono,monospace;font-weight:400;font-style:italic}
