#loader canvas {
  width: 400px;
  height: 400px;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}

body {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
    background-color: #F39543; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #F39543 , #ED7042 , #E84744 , #E8454B , #E74252 , #C71E74 , #9E2985 , #5F4896 , #1D84C6);
}
body .dribbble {
  position: fixed;
  display: block;
  right: 24px;
  bottom: 24px;
}
body .dribbble img {
  display: block;
  width: 76px;
}