body {
    background-color : black
}    

div {
     position: relative; 
}
 
.textcontainer {
    color: white;
    font-family:   'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
/*    padding: 1vw;*/
 } 
 
 h1 {
    font-size: 10vw;
 } 
 
 p {
    font-size: 10vw; 
 } 
 
 a {
    font-size: 4vw;
    color: white;
    text-decoration: none;
    padding: .5em 1em;
    border: .1em solid #DA9C07;
    display: inline-block;
    margin-top: 2vw;
 }

 img {
    width: 100%;
    height: auto;
 } 