body{
  margin: 0;

  background: #e6edff;
  font-family: 'DM Serif Display', serif;
}

main{
  position: fixed;
  display: flex;
  top: 0;
  height: 100vh;
}

canvas{
  width: 100%;
  height: 100%;
  margin: auto;
}

.container{
  z-index: 1;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont{
  z-index: 3;
  position: absolute;
  top:0
  height:6520px
}
h1{
  color: white;
  font-size: 5rem;
}