
body {
  background-color: white;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

h1 {
  color: blue;
}

p {
  color: blue;
}

.div-mapda {
  margin-top: 160px;
}

.w3-top {
  color: #000 !important;
  background-color: #fff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.w3-theme-d2 {
    color: #fff !important;
    background-color: #123456 !important;
}

.w3-row{
  margin: 0px 30px 0px 30px; 
}

.w3-footer{
  background-color:#123456 ;

}

.w3-footer-p{
  color:white;
}



