html {
  background: url(/static/visuals/music/blurred.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: black;
}


html,
body {

  /* smooth the fonts */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* overscroll-behavior-y: contain; */
  font-family: 'Play', sans-serif;

}

h1,
h2,
h3,
h4,
h5 {

}

/* width */

/* ::-webkit-scrollbar {

} */

/* Track */

/* ::-webkit-scrollbar-track {

} */

/* Handle */

/* ::-webkit-scrollbar-thumb {

} */

/* Handle on hover */

/* ::-webkit-scrollbar-thumb:hover {

} */