body{
    background-image:url(../img/leatherbackground.png);
    background-size: 500px 49px;
    background-repeat:repeat;
    background-position-x: 10px;
    }
/*Unifrakturcook also needs 
<link href='https://fonts.googleapis.com/css?family=UnifrakturCook:700' rel='stylesheet'>
adding to the head of every sheet*/
.header{
    border:0px;
    color: #1b0005;
    display:flex;
    font-family: 'UnifrakturCook',Geneva, Verdana, sans-serif;
    font-size: 50px;
    justify-content: center
}
.banner{
    background-image:url("../img/FalchionBanner.jpg");
    height:640px;
    background-repeat:no-repeat;
    background-size:contain;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
address{
    border: 1px solid #840000;
    clear:both;
    color: #1b0005;
    font-family: Geneva, Verdana, sans-serif;
    font-size:22px;
    
}
.main{
    align-content:center;
    display:block;
    margin-top:20px;
    margin-left:100px;
    margin-right:100px;
    margin-bottom:0px;
}
