body,
html {
  margin: 0;
  padding: 0;

  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  margin: 0;
  padding: 0;
}

#container {
  width: 100vw;
  height: 16vh;
  position: relative;
  float: left;
  opacity: 0;
}

#c-container,
#c2-container {
  width: 100vw;
  height: 10vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 1) url("../images/bottomlight.svg") center bottom
    no-repeat;
  background-size: 100%;
}

canvas {
  width: 98%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
