body {
        background-image: url("../img/Jones Beeching collection Background small.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-color: black;
     }
     
 #container{
    width: 95%;
    position: center;
    color: white;
     text-align: center;
     padding-top: 10%;
     margin-left: 45px;
     font-family: minion pro;
     text-align: ;
    
 }
 h1{
  font-size: 60px;
 }
 p{
    text-align: justify;
    margin-left: 30%;
    margin-right: 30%;
 }
img{
    height: 70%;
    width: 70%;
    position: relative;
    text-align: center;
}



#footer{
  font-family: minion pro;
  font-size: large;
  color: white;
  clear: both;
  text-align: center;
  padding-top: 2%;
}
a   {
    color: white;
    }
a:visited {
    color: white;
    }
a:hover{
    color: #710e11;
    }