@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');
.footer-wrapper{
    height:500px;
    display: grid;
    background: #5f5f5f;
    color:white;
    font-family: 'Ubuntu', sans-serif;
    /* margin-left: -8px;
    margin-right: -8px; */
}
.footer-wrapper .title{
    margin: auto;
    text-align: center;
    padding-bottom:50px;
}
.footer-wrapper .sitemap{
    margin: auto;
    width: calc(100% - 60px);
    padding-top: 30px;
    text-align: center;
}
.sitemap a:link, .sitemap a:visited, .sitemap a:hover, .sitemap a:active{
    color:white;
}
.sitemap table{
    table-layout: fixed;
    width:480px;
    margin:auto;
    padding:20px;
}
.sitemap td{
    padding-bottom: 10px;
}