body {
  background-color: black;
}

#hold-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#youtube {
  position:fixed;
  bottom:16px; 
  text-align: center;
  width:100%;
}

.link {
  font-family: monospace;
  color: #ffffff;
  visited-color: #ffffff;
}
