body {
    background-color: hsl(200,100%,30%);
    
}

h1 {
border: 4px solid red;
/* height: 300px; */
/* line-height: 280px; */
text-align: center;
padding: 90px 16px 90px 16px;
margin: 16px 0px;
/* text-indent .5in; */
position: relative;
/* bacgkgroun image declarations */
background-image: url(../images/mountains1.jpg);
background-size: cover;
background-position: 50% 50%;
}

h1 > span {
    background-color: hsla(200,100%,100%,.4);
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    text-shadow: 5px 3px 9px red;
}

h1 > a {
    position:absolute;
    border: 2bx solid green;
    display:block;
    width: fit-content; height:34px;
}

h1 > a:nth-of-type(1) {
    border:2px solid hsl(200,100%,30%);
    bottom 8px; right:16px;
}

h1 > a:nth-of-type(2) {
    border:2px solid hsl(200,100%,30%);
    bottom 8px; right:54px;

}