:root{--black:#0D0C0C;--dark-gray:#262425;--gray:#737272;--light-gray:#BFBFBF;--white:#F2F2F2}.text-black{color:var(--black)}.text-dark-gray{color:var(--dark-gray)}.text-gray{color:var(--gray)}.text-light-gray{color:var(--light-gray)}.text-white{color:var(--white)}*{box-sizing:border-box}body{all:unset;color:var(--white);background-color:var(--dark-gray)}a,h1,h2,h3,h4,h5,h6,p{all:unset}.flex{display:flex;flex-wrap:wrap}.flex-center{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.flex-column{display:flex;flex-direction:column;flex-wrap:wrap}.flex-center-column{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap}.flex-grow-1{flex-grow:1}.flex-grow-0{flex-grow:0}.flex-shrink-1{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.justify-start{justify-content:start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.align-stretch{align-items:stretch}.align-center{align-items:center}.align-sart{align-items:start}.align-end{align-items:end}.screen-sized{height:100vh;width:100wh}.crossed{text-decoration:line-through}