html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption,
footer, header, hgroup, menu, nav, section {
  display: block;
}

@font-face {
  font-family: 'Trispace';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap; 
  src: url(https://fonts.gstatic.com/s/trispace/v21/Yq65-LKSQC3o56LxxgRrtA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  background: url('backgroundbackground.png') no-repeat center center fixed;
  background-size: cover; 
  width: 100%;
  height: 100%;
  z-index: -1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.homebutton:hover {
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.2s;
}

.img-wrapper {
  position: absolute;
  cursor: url('snippets/hand.png'), auto;
  will-change: transform;
  transform: translate3d(0, 0, 0); 

.homebutton {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 10px;
  margin: 10px;
  transition: opacity 0.2s;
}

.homebutton:hover {
  opacity: 1;
}

#openbox {
  cursor: url('snippets/hand.png'), auto;
}

#chaos {
  position: fixed;
  top: 0;
  right: 0;
  margin: 10px;
  z-index: 10000;
}
}
