video {
  opacity: 0;
}
div {
  margin: auto;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: -145px;
  text-shadow: 0 0 32px greenyellow;
  color: transparent;
  transition: ease-in-out .3s;
  cursor: default;
}

/*div:hover {
  text-shadow: 0 0 1px white;
}*/

body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.headline {
  position: absolute;
  top: 100px;
  font-size: 150px;
  font-family: 'Nunito Sans', sans-serif;
  color: black;
  display: inline-block;
  font: bold 72px Helvetica;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding: 50px;
  z-index: 999;
}

canvas {
  display: block;
}

main {
  display: none !important;
}

.blurry-text {
   text-shadow: 0 0 25px black;
   color: transparent;
   transition: ease-in-out .3s;
   cursor: default;
}

.blurry-text:hover {
  text-shadow: 0 0 9px black;
}

html, body { 
  color: white; 
  text-align: center; 
  margin: 0;
  padding: 0;
  font-size: 12pt;
  line-height: 10pt;
  background-color: #000;
  overflow: hidden;
}

.name {
  left: 10%;
  top: 2%;
}

.photo {
  right: 15%;
  top: 10%;
  cursor: pointer;
}

.dig {
  left: 3%;
  top: 30%;
  cursor: pointer;
}

.linked {
  right: 5%;
  top: 20%;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: white;
}