audio,
canvas,
video {
  display: inline-block;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

body {
  margin: 0;
  color: #ffffff;
  background-color: #bf08ff;
  font-family: 'Ropa Sans', Arial, sans-serif;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

h1 {
  font-size: 16pt;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  color: inherit;
}

a {
  color: inherit ;
  text-decoration: none;
  padding: 10px;
  transition: background-color .3s, color .3s;
}

a:hover {
  color: #fff ;
  background-color: #1b4594;
}

.dg.ac { 
  z-index: 3!important;
}

.credits {
  margin: 20px;
  position: absolute;
  z-index: 1;
  top: 20px;
  width: 100%;
}

