*{
   margin: 0;
   padding: 0;
}
            
  body {
    background: black;
    font-family: 'Share Tech Mono',monospace;
    text-align: justify;
   }
   
 img{
    border-radius: 10px;
    width: 500px;
  }

.navbar {
background-color: #232;
font-size:20px;

color: white;  
position: fixed; 
overflow: hidden;
top: 10;  
width: 84.5%;   
z-index:+5;  
}


.jumbo-background{
  background-color: #232;
  color:#fff;
   margin-top: 80px; 
  padding: 16px;
  
  
}
.profile-img{
  margin-top: 120px;
  

}

.btn-git{
  background-color:#797D7F;  
  color:white;
}

.btn-freeCodeCamp{
  background-color:#58D68D;
  color:white;
}

#workTitle{
  color:grey;
}

li {
font-size: 20px;
  
}

#projectlink {
  font-size:20px;
  
}
canvas {
    position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:-5;
  }