html, body {margin: 0; height: 100%; overflow: hidden}

#background {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}

.stretch { min-width:100%; min-height:100%; width:auto; height:auto; }

.name-title {
  font-size: 140px;
  text-decoration: none;
  color: white;
  position: absolute;
  inset-block-start: 80%;
  inset-inline-start: 70%;
}