h1 {
   padding-left: 42%;
   color: white;
   position: relative;
    z-index: 8;
}
#name {
    color: white;
    text-align: center;
    font-weight: bold;
    background-color: transparent;
    border-radius: 10px;
    margin-left: 44%;
    margin-top: 15%;
    position: relative;
    z-index: 7;
}
#tag {
    padding-left: 44%;
    margin-top: 7%;
    font-size: 20px;
    color: white;
    position: relative;
    z-index: 6;
}
html { 
  background: url('https://i.ytimg.com/vi/uNCr7NdOJgw/maxresdefault.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#back {
     background-color: transparent;
   border-color: white;
border-radius: 10px;
color:         white;
display:       inline-block;
padding:       1px 3px;
font:          normal 700 17px/1 "Calibri", sans-serif;
text-align:    center;
text-shadow:   none;
position: relative;
    z-index: 5;
}
#btn {
     background-color: transparent;
   border-color: white;
border-radius: 10px;
color:         white;
display:       inline-block;
padding:       1px 3px;
font:          normal 700 17px/1 "Calibri", sans-serif;
text-align:    center;
text-shadow:   none;
position: relative;
    z-index: 4;
}
#backb :hover {
    border-color: #666666;
    color: #666666;
    position: relative;
    z-index: 3;
}
#btnb :hover {
    border-color: #666666;
    color: #666666;
    position: relative;
    z-index: 2;
}
.layer {
    background-color: rgba(40, 40, 40, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#back:focus {
     outline: none;
}
#name:focus {
     outline: none;
}
#btn:focus {
     outline: none;
}