﻿body {
    background-color:beige;
    text-align:center;
    vertical-align:central;
    align-items:center;
    margin-right:auto;
    margin-left:auto;
}

#Header {
    background-color: #5A4231;
    width: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 50px;
    right: 0px;
    color: white;
}

#Content{
    padding:50px;
}

#Title{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    
}

#Footer {
    background-color: #5A4231;
    width: 100%;
    color: white;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 50px;
    right: 0px;
    text-align: center;
    overflow:auto;
}


.Grid {
    background-color: white;
    align-content: center;
    border: solid;
    border-spacing: 2px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}