h1{
    color: rgb(86, 102, 30);
    text-align: center;
    font-family:'Lucida Sans',serif,;
    font-size: 65px;
    letter-spacing: 10px;
    text-decoration: underline;
    text-shadow: 2px 18px 0 rgba(0, 0, 0, 0.2);
    border-image: url(headingborder.png) 40 fill / 40px / 50px space;
}

body{
    background-image: url(tablebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}