:root{--red:#ff171e;--black-foreground:#242424;--black-background:#1e1e1e;--gray:#fafafa;--max-width:1340px;--button-height:60px;--button-width-small:100px;--button-width-medium:320px;--button-width-large:367px;--button-inverted-background:#adadad0a;--button-inverted-border:#ffffff33;--instructions-step-background:#f5f5f5}html{scroll-behavior:smooth}body,html{width:100%;height:100%}body{color:var(--black-foreground);background:#ffffff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}*,:after,:before{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}p{margin:0;padding:0}ul{list-style:none}button{border:none;cursor:pointer}.responsive-container{width:95%;max-width:var(--max-width);margin:0 auto}