.mintGradient{background:#a5d2c1;background:linear-gradient(135deg,#a5d2c1 0,#5cb0d2 100%);background:-ms-linear-gradient(135deg,#a5d2c1 0,#5cb0d2 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$mint', endColorstr='$lightBlue', GradientType=1 )}.tealGradient{background:#4aa9a5;background:linear-gradient(135deg,#a5d2c1 0,#4aa9a5 100%);background:-ms-linear-gradient(135deg,#a5d2c1 0,#4aa9a5 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$mint', endColorstr='$teal', GradientType=1 )}.blueGradient{background:#5cb0d2;background:linear-gradient(135deg,#5cb0d2 0,#4aa9a5 100%);background:-ms-linear-gradient(135deg,#5cb0d2 0,#4aa9a5 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$lightBlue', endColorstr='$teal', GradientType=1 )}.orangeGradient{background:#ff9246;background:linear-gradient(135deg,#ff9246 0,#e85d43 100%);background:-ms-linear-gradient(135deg,#ff9246 0,#e85d43 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$lightOrange', endColorstr='$orange', GradientType=1 )}.navyGradient{background:#154b65;background:linear-gradient(135deg,#154b65 0,#00253b 100%);background:-ms-linear-gradient(135deg,#154b65 0,#00253b 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue', endColorstr='$navy', GradientType=1 )}.blurpleGradient{background:#5cb0d2;background:linear-gradient(135deg,#5cb0d2 0,#7f47ab 100%);background:-ms-linear-gradient(135deg,#5cb0d2 0,#7f47ab 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$lightBlue', endColorstr='$purple', GradientType=1 )}.oranpleGradient{background:#e85d43;background:linear-gradient(135deg,#e85d43 0,#7f47ab 100%);background:-ms-linear-gradient(135deg,#e85d43 0,#7f47ab 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$orange', endColorstr='$purple', GradientType=1 )}.magenpleGradient{background:#d53181;background:linear-gradient(135deg,#d53181 0,#7f47ab 100%);background:-ms-linear-gradient(135deg,#d53181 0,#7f47ab 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$magenta', endColorstr='$purple', GradientType=1 )}.lightOrangeMagentaGradient{background:#ff9246;background:linear-gradient(135deg,#ff9246 0,#d53181 100%);background:-ms-linear-gradient(135deg,#ff9246 0,#d53181 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$lightOrange', endColorstr='$magenta', GradientType=1 )}html body{margin:0;min-height:100vh;background:#ebebeb}app-root{min-height:100vh}html body *{box-sizing:border-box;font-family:"Courier new";font-size:16px}body,button,input,select,textarea{-webkit-font-smoothing:antialiased}