body{font-family:Roboto;margin:0;padding:0;background-color:var(--light-background)}button{cursor:pointer}.root-container{flex-direction:column;display:flex;max-width:1024px;margin-left:auto;margin-right:auto}.content{flex-grow:1;min-height:calc(100vh - 80px - 95px)}:root{--primary-color:#6200ea;--secondary-color:#ff9800;--secondary-color-active:#e58800;--light-background:#e5e8ff;--dark-background:#333;--light-text:#fff;--dark-text:#333;--border-color:#ddd;--neutral-color:#bbb;--green:#16965b;--light-green:#19ac68;--red:#e40000;--padding-large:50px;--padding-medium:20px;--padding-small:10px;--padding-xsmall:5px;--font-family:Arial,sans-serif;--font-size-large:3rem;--font-size-medium:1.5rem;--font-size-small:1.2rem;--font-size-xsmall:1rem}