#webcoderskull{
    position: absolute;
    left: 20vw;
    top: 30vh;
    padding: 0 20px;
    width: 100vw;
    text-align: center;
    
}


canvas{ 
    
    background-image: url('../images/photo.jpg');
    height:100vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-color:rgb(0, 0, 0);
}
#webcoderskull h1{
  letter-spacing: 5px;
  font-size: 6vw;
 
  font-weight: bold;
}
#webcoderskull h2{
    letter-spacing: 5px;
    font-size: 4vw;
   
  
  }
  #webcoderskull h3{
    letter-spacing: 5px;
    font-size: 3vw;
   
  
  }