#webcoderskull{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

canvas{
    height: 100vh;
    background: transparent;
    z-index: 1;
    top: 0;
    width: 100%;
    
}
#webcoderskull h1{
  letter-spacing: 5px;
  font-size: 5rem;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}