#particles {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}

#particles canvas,
#particles .pg-canvas {
  display: block;
  width: 100%;
  height: 100vh;
  /* background-color: #16a085; */
}

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

#webcoderskull h1 {
  letter-spacing: 5px;
  font-size: 5rem;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
