* {
  margin: 0;
  padding: 0;
}
body {
    background: black;
    color: rgb(226, 226, 226);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
}

#noscript {
  position: fixed;
  z-index: -2;
}

#canvasdonut {
  width: 100%;
  height: 100%;
}

.donut{
  width: 100%;
  height: 100%;
  position: fixed;
}