body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: url(David-Blackmore-Plastic-Bag-July0108-SQ-SRGB_2.jpg) 50% 50% no-repeat;
    background-size: cover;
    display: table;
}


a:link {
    color:#000000;
  }
  
  /* visited link */
  a:visited {
    color: #000000;
  }
  
  /* mouse over link */
  a:hover {
    color: #00FFFF;
  }
  
  /* selected link */
  a:active {
    color: #00FFFF;
  }

a:link {
    text-decoration: none;
  }
  
  a:visited {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  a:active {
    text-decoration: none;
  }

.container {
    margin-top: 220px;
}

h1 {
    colour: black;
    font-family: arial;
    font-weight: 400;
    font-size: 300%;
    text-transform: capitalize;
    line-height: 1em;
    position: absolute;
    top: 1em;
    left: 1em;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    z-index: 5;
}
