#webcoderskull{
  position: absolute;
  left: 0;
  top: 17%;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width : 768px) {
  #webcoderskull{
    top: 5%;
  }
}
canvas{
  height:100vh;
  background-color:#f6f9fe;
}