body {
    font-family: Arial, sans-serif;
    background-color: #15202B;
    color: #DDE0E6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
table {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
table, th, td {
    border: 1px solid brown;
}
th, td {
    padding: 5px;
    vertical-align: top;
}
.spacerRow {
    line-height: 4px;
    border-collapse: collapse;
    padding: 0px;
}
.spacerRow TD{
    line-height: 3px;
    border-collapse: collapse;
    padding: 0px;
}
a {
    color: #1DA1F2;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.header {
    background-color: #192734;
    padding: 10px 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-content {
    margin: 20px;
}
.post {
    background-color: #192734;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.button {
    background-color: #1DA1F2;
    color: #FFFFFF;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
}
.button:hover {
    background-color: #0C84D2;
}
.footer {
    background-color: #192734;
    color: #657786;
    padding: 10px 20px;
    text-align: center;
	margin-top: auto;
}


/*html,body {
    font-family: copperplate, arial;
    background-image: url('../images/backgrounds/Gunfighter_Main2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
table {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
table, th, td {
    border: 1px solid brown;
}
th, td {
    padding: 5px;
    vertical-align: top;
}
.spacerRow {
    line-height: 4px;
    border-collapse: collapse;
    padding: 0px;
}
.spacerRow TD{
    line-height: 3px;
    border-collapse: collapse;
    padding: 0px;
}
.footer{
    margin-top: auto;
}
*/