html,

body {

  /* smooth the fonts */

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  overscroll-behavior-y: contain;

  background-color: black;

  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 {

} */