/* {cursor: none;}*/
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
@font-face {
  font-family: Arial, Helvetica, sans-serif;
  src: url(/fonts/HelveticaNeueLTStd-Roman.otf);
}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}

body {background-color:rgb(10, 10, 10); font-family:'Helvetica'; margin: 1%;
  overflow-x: hidden;}
a:link{color:hotpink}
a:visited{color:hotpink}
a:hover{color:purple}
a:active{color:white}
h1 {font-family:'Helvetica';font-size:2em;color:White;letter-spacing:0.25em;font-weight: lighter}
h2 {font-family:'Helvetica';font-size:1.5em;color:White;letter-spacing:0.15em;font-weight: lighter}
p {font-family:'Helvetica';font-size:1em;color:White}
li {font-family:'Helvetica';font-size:1em;color:White}


.s-btn,.s-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:hotpink;text-align:center;cursor:pointer;white-space:nowrap}
.s-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.s-btn,.button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   

.s-round-small{border-radius:2px}.s-round,.s-round-medium{border-radius:4px}.s-round-large{border-radius:8px}.s-round-xlarge{border-radius:16px}.s-round-xxlarge{border-radius:32px}

.container {
  text-align: center;
}



