@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
*{margin: 0; padding: 0; font-family: 'Roboto', sans-serif;}
div#mapadosite{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #4e4e4e;
    padding: 20px 0;
    margin-top: 40px;
}
div#mapadosite div{
    width: 1024px;
    display: flex;
    justify-content: space-between;
}
div#mapadosite div ul li{
    list-style: none;
    height: 40px;
    line-height: 40px;
    color: white;
}
h1#acesso{
    margin-bottom: 10px;
    color: white;
}