body {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}

.footer {
    font-family: serif;
    background-color:#80d7e3;
    color: #6d563a;
    padding: 10px 0;
}

.footer_address {
    text-align: center;
    color: #ffffff;
}

.sitemap {
    display: flex;
}

.sitemap table {
    margin: auto;
}

.sitemap table th {
    color: #6d563a;
}

.sitemap table td {
    text-align: center;
}

.sitemap ul {
    list-style: none;
    padding-left: 0;
}

.sitemap table td a {
    color: #6d563a;
}

hr {
    color: #6d563a;
}

.copyright {
    text-align: center;
}

.copyright a {
    text-decoration: none;
    color: #6d563a;
}

@media screen and (max-width: 768px) {
    .sitemap {
        display: flex;
        flex-direction: column;
    }
    
}